MCPcopy Create free account
hub / github.com/pmndrs/postprocessing / setChanged

Method setChanged

src/effects/Effect.js:400–404  ·  view source on GitHub ↗

* Informs the associated EffectPass that this effect requires a shader recompilation. * * Should be called after changing macros or extensions and after adding/removing uniforms. * * @protected

()

Source from the content-addressed store, hash-verified

398 */
399
400 setChanged() {
401
402 this.dispatchEvent({ type: "change" });
403
404 }
405
406 /**
407 * Sets the depth texture.

Callers 15

constructorMethod · 0.95
inputColorSpaceMethod · 0.95
outputColorSpaceMethod · 0.95
setAttributesMethod · 0.95
setFragmentShaderMethod · 0.95
setVertexShaderMethod · 0.95
asciiTextureMethod · 0.80
colorMethod · 0.80
invertedMethod · 0.80
textureMethod · 0.80
aspectCorrectionMethod · 0.80
setTextureSwizzleRGBAMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected