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

Function setSize

test/core/Resolution.js:12–12  ·  view source on GitHub ↗
(width, height)

Source from the content-addressed store, hash-verified

10test("should use scale if width and height are both set to AUTO_SIZE", t => {
11
12 const resolution = new Resolution({ setSize(width, height) {} });
13
14 resolution.setBaseSize(1920, 1080);
15 resolution.setScale(0.5);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…