The initial values of the shader uniforms.
StaticbatchStaticbatchThe batch renderer to use.
StaticbatchThe batch generator to use.
StaticbatchStaticclassStaticCONTRASTContrast adjustment
StaticdefaultStaticEXPOSUREExposure adjustment.
StaticpausableIs this shader pausable or not?
StaticreservedStaticSATURATIONSaturation adjustment
Protected Static_batchThe batch fragment shader source. Subclasses can override it.
Protected Static_batchThe batch vertex shader source. Subclasses can override it.
Protected Static_fragmentThe fragment shader source. Subclasses can override it.
Protected Static_vertexThe vertex shader source. Subclasses can override it.
Activate or deactivate this sampler. If set to false, the batch rendering is redirected to "batch". Otherwise, the batch rendering is directed toward the instance pluginName (might be null)
The plugin name associated for this instance, if any. Returns "batch" if the shader is disabled.
StaticADJUSTMENTSThe adjustments made into fragment shaders.
StaticbatchStaticbatchStaticfragmentStaticvertexReset the shader uniforms back to their initial values.
Protected_configureProtectedA one time initialization performed on creation.
Static_packStatic_preStaticbatchStaticcreateA factory method for creating the shader using its defined default values
StaticcreateCreate a batch plugin for this sampler class.
The batch plugin class linked to this sampler class.
StaticinitializeInitialize the batch geometry with custom properties.
StaticregisterRegister the plugin for this sampler.
Optionaloptions: { force?: object } = {}The options
Optionalforce?: objectOverride the plugin of the same name that is already registered?
The depth sampler shader.