MCPcopy Index your code
hub / github.com/processing/p5.js / _getBlitShader

Method _getBlitShader

src/webgpu/p5.RendererWebGPU.js:2604–2613  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2602 }
2603
2604 _getBlitShader() {
2605 if (!this._defaultBlitShader) {
2606 this._defaultBlitShader = new Shader(
2607 this,
2608 blitVertexShader,
2609 blitFragmentShader
2610 );
2611 }
2612 return this._defaultBlitShader;
2613 }
2614
2615 //////////////////////////////////////////////
2616 // Setting

Callers 1

finishDrawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected