pixi-jsFunctions
Function: compileHighShaderGl()
> compileHighShaderGl(options): HighShaderSource
Defined in: node_modules/pixi.js/lib/rendering/high-shader/compiler/compileHighShader.d.ts:33
Internal
This function will take a HighShader template, some High fragments and then merge them in to a shader source. It is specifically for WebGL and does not compile inputs and outputs.
Parameters
options
Returns
A HighShaderSource object containing the compiled vertex and fragment shaders.