MCPcopy
hub / github.com/processing/p5.js / p5.RendererGL.js

File p5.RendererGL.js

test/unit/webgl/p5.RendererGL.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { suite } from 'vitest';
2import p5 from '../../../src/app.js';
3import '../../js/chai_helpers';
4const toArray = typedArray => Array.from(typedArray);

Callers

nothing calls this directly

Calls 15

getColorsFunction · 0.85
getPixelFunction · 0.85
testFilterShaderFunction · 0.85
getShapeAttributesFunction · 0.85
drawAndFilterFunction · 0.85
getPixelsFunction · 0.85
startDrawFunction · 0.85
getFilteredPixelsFunction · 0.85
testDepthGetsClearedFunction · 0.85
testBlendFunction · 0.85
mixAndReturnFunction · 0.85
assertSameIn2DFunction · 0.85

Tested by

no test coverage detected