pixi-jsInterfaces
Interface: ProgramSource
Defined in: node_modules/pixi.js/lib/rendering/renderers/gpu/shader/GpuProgram.d.ts:21
the program source
Advanced
Properties
entryPoint?
> optional entryPoint?: string
Defined in: node_modules/pixi.js/lib/rendering/renderers/gpu/shader/GpuProgram.d.ts:25
The main function to run in this shader
source
> source: string
Defined in: node_modules/pixi.js/lib/rendering/renderers/gpu/shader/GpuProgram.d.ts:23
The wgsl source code of the shader.