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

Method getVertexShader

src/effects/Effect.js:372–376  ·  view source on GitHub ↗

* Returns the vertex shader. * * @return {String} The vertex shader.

()

Source from the content-addressed store, hash-verified

370 */
371
372 getVertexShader() {
373
374 return this.vertexShader;
375
376 }
377
378 /**
379 * Sets the vertex shader.

Callers 1

integrateEffectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected