Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/processing/p5.js
/ baseColorShader
Method
baseColorShader
src/core/p5.Renderer3D.js:1412–1414 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1410
}
1411
1412
baseColorShader() {
1413
return
this._getColorShader();
1414
}
1415
1416
baseStrokeShader() {
1417
return
this._getLineShader();
Callers
5
p5.RendererGL.js
File · 0.80
p5.RendererWebGPU.js
File · 0.80
webgpu.js
File · 0.80
webgl.js
File · 0.80
material
Function · 0.80
Calls
1
_getColorShader
Method · 0.45
Tested by
no test coverage detected