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

Method resize

src/webgpu/p5.RendererWebGPU.js:1782–1786  ·  view source on GitHub ↗
(w, h)

Source from the content-addressed store, hash-verified

1780 }
1781
1782 resize(w, h) {
1783 super.resize(w, h);
1784 this._hasPendingDraws = true;
1785 this.flushDraw();
1786 }
1787
1788 async finishDraw() {
1789 this.flushDraw();

Callers 2

_promoteToFramebufferMethod · 0.45

Calls 1

flushDrawMethod · 0.95

Tested by

no test coverage detected