typeAlias
AntiAliasingMode
AntiAliasing mode:
fxaa - Fast approximate anti-aliasing
msaa - Multisample Anti-Aliasing (only works with webgl2)
none - Disable anti-aliasing
"fxaa""msaa""none"CustomRenderProps
DeckLayer
Any Layer class from deck.gl.
anyDeckRenderProps
CustomRenderProps is type extends from DeckProps:
https://deck.gl/docs/api-reference/core/deck#properties
Partial<DeckProps> & CustomRenderPropsGLContext
WebGLRenderingContextWebGL2RenderingContext
LayerProps
LayerProps is type extends from Layer:
https://deck.gl/docs/api-reference/core/layer
Deck2gisLayerProps & Partial<LayerT["props"]>ShaderDefinitions
Object[]
UniformType
UniformTypeNumberUniformTypeArray
UniformTypeArray
"2i""3i""4i""2f""3f""4f""1fv""2fv""3fv""4fv""1iv""2iv""3iv""4iv""mat2""mat3""mat4"
UniformTypeNumber
"1f""1i"
VaoAttributes
Record<string, BufferBufferChannel>