API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
enumShaderPrimitives
@codexo/exojs / rendering / stable
GLSL primitive type tokens used to describe WebGl2ShaderAttribute and WebGl2ShaderUniform data types. Values are WebGL2 GLenum constants returned by `gl.getActiveAttrib` / `gl.getActiveUniform`.
0
props
0
methods
0
events
Import
import { ShaderPrimitives } from '@codexo/exojs'GLSL primitive type tokens used to describe WebGl2ShaderAttribute and WebGl2ShaderUniform data types. Values are WebGL2 GLenum constants returned by `gl.getActiveAttrib` / `gl.getActiveUniform`.
Members20
BoolBoolVec2BoolVec3BoolVec4FloatFloatMat2FloatMat3FloatMat4FloatVec2FloatVec3FloatVec4IntIntVec2IntVec3IntVec4Sampler2DUnsignedIntUnsignedIntVec2UnsignedIntVec3UnsignedIntVec4Source