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

Method getShaderCode

src/effects/blending/BlendMode.js:192–196  ·  view source on GitHub ↗

* Returns the blend function shader code. * * @return {String} The blend function shader code.

()

Source from the content-addressed store, hash-verified

190 */
191
192 getShaderCode() {
193
194 return blendFunctions.get(this.blendFunction);
195
196 }
197
198}

Callers 1

updateMaterialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected