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