LogoPixi’VN
pixi-jsType aliases

Type Alias: GlobalUniformGroup

> GlobalUniformGroup = UniformGroup<{ uProjectionMatrix: { type: "mat3x3<f32>"; value: Matrix; }; uResolution: { type: "vec2<f32>"; value: number[]; }; uWorldColorAlpha: { type: "vec4<f32>"; value: Float32Array; }; uWorldTransformMatrix: { type: "mat3x3<f32>"; value: Matrix; }; }>

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/renderTarget/GlobalUniformSystem.d.ts:17

Type definition for the global uniforms used in the renderer. This includes projection matrix, world transform matrix, world color, and resolution.

Advanced