Type Alias CustomRenderMethod
CustomRenderMethod: (
gl: WebGLRenderingContext | WebGL2RenderingContext,
options: CustomRenderMethodInput,
) => void
gl: WebGLRenderingContext | WebGL2RenderingContext,
options: CustomRenderMethodInput,
) => void
Type Declaration
- (
gl: WebGLRenderingContext | WebGL2RenderingContext,
options: CustomRenderMethodInput,
): void Parameters
- gl: WebGLRenderingContext | WebGL2RenderingContext
- options: CustomRenderMethodInput
Argument object with render inputs like camera properties.
Returns void
- (
Was this helpful?
The map's gl context.