MCPcopy
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.jsFile · 0.80
webgpu.jsFile · 0.80
webgl.jsFile · 0.80
materialFunction · 0.80

Calls 1

_getColorShaderMethod · 0.45

Tested by

no test coverage detected