LogoPixi’VN
pixi-jsInterfaces

Interface: HighShaderSource

Defined in: node_modules/pixi.js/lib/rendering/high-shader/compiler/types.d.ts:49

Internal

source code to compile a shader. this can be directly used by pixi and should be good to go! It contains the vertex and fragment source code. This is the final output of the HighShader compiler. It is used to create a shader program.

Properties

fragment

> fragment: string

Defined in: node_modules/pixi.js/lib/rendering/high-shader/compiler/types.d.ts:50


vertex

> vertex: string

Defined in: node_modules/pixi.js/lib/rendering/high-shader/compiler/types.d.ts:51