LogoPixi’VN
pixi-jsType aliases

Type Alias: ProgramPipelineLayoutDescription

> ProgramPipelineLayoutDescription = GPUBindGroupLayoutEntry[][]

Defined in: node_modules/pixi.js/lib/rendering/renderers/gpu/shader/GpuProgram.d.ts:9

a WebGPU descriptions of how the program is laid out

See

https://gpuweb.github.io/gpuweb/#gpupipelinelayout

Advanced