The renderer this System works for.
Disposes shader. If disposing one equals with current shader, set current as null.
Shader object
Uploads the uniforms values to the currently bound shader.
the uniforms values that be applied to the current shader
Syncs uniform buffers
the uniform buffer group to sync
Optional
name: stringthe name of the uniform buffer
Syncs uniforms on the group
the uniform group to sync
Optional
syncData: anythis is data that is passed to the sync function and any nested sync functions
Overrideable by the @pixi/unsafe-eval package to use static syncUniforms instead.
Generated using TypeDoc
System plugin to the renderer to manage shaders.
Memberof
PIXI