Shader uniform values, shortcut for uniformGroup.uniforms.
StaticfromA short hand function to create a shader based of a vertex and fragment shader.
OptionalvertexSrc: stringThe source of the vertex shader.
OptionalfragmentSrc: stringThe source of the fragment shader.
Optionaluniforms: Dict<any>Custom uniforms to use to augment the built-in ones.
A shiny new PixiJS shader!
A helper class for shaders.
Memberof
PIXI