LogoPixi’VN
pixi-jsInterfaces

Interface: ShaderWithGroupsDescriptor

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/shader/Shader.d.ts:53

A descriptor for a shader with groups. This is used to define a shader that uses BindGroup's.

Advanced

Properties

groupMap?

> optional groupMap?: Record<string, Record<string, any>>

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/shader/Shader.d.ts:57

an optional map of how to bind the groups. This is automatically generated by reading the WebGPU program


groups

> groups: ShaderGroups

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/shader/Shader.d.ts:55

A record of BindGroup's used by the shader.