Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ suite } from
'vitest'
;
2
import
p5 from
'../../../src/app.js'
;
3
import
'../../js/chai_helpers'
;
4
const
toArray = typedArray => Array.from(typedArray);
Callers
nothing calls this directly
Calls
15
getColors
Function · 0.85
getPixel
Function · 0.85
testFilterShader
Function · 0.85
getShapeAttributes
Function · 0.85
drawAndFilter
Function · 0.85
getPixels
Function · 0.85
startDraw
Function · 0.85
getFilteredPixels
Function · 0.85
testDepthGetsCleared
Function · 0.85
testBlend
Function · 0.85
mixAndReturn
Function · 0.85
assertSameIn2D
Function · 0.85
Tested by
no test coverage detected