@antv/g-mobile-webgl
Version:
A renderer implemented by WebGL1/2 in mobile environment
12 lines • 494 B
TypeScript
import { AbstractRendererPlugin } from '@antv/g-lite';
import type * as DeviceRenderer from '@antv/g-plugin-device-renderer';
import { MobileWebglRenderConfig } from '.';
export declare class ContextRegisterPlugin extends AbstractRendererPlugin {
private rendererPlugin;
private config;
name: string;
constructor(rendererPlugin: DeviceRenderer.Plugin, config: MobileWebglRenderConfig);
init(): void;
destroy(): void;
}
//# sourceMappingURL=ContextRegisterPlugin.d.ts.map