pixi-jsVariables
Variable: UNIFORM\_TYPES\_VALUES
> const UNIFORM_TYPES_VALUES: readonly ["f32", "i32", "vec2<f32>", "vec3<f32>", "vec4<f32>", "mat2x2<f32>", "mat3x3<f32>", "mat4x4<f32>", "mat3x2<f32>", "mat4x2<f32>", "mat2x3<f32>", "mat4x3<f32>", "mat2x4<f32>", "mat3x4<f32>", "vec2<i32>", "vec3<i32>", "vec4<i32>"]
Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/shader/types.d.ts:2
Internal