Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/p5.js
/ getUniformMetadata
Method
getUniformMetadata
src/webgl/p5.RendererGL.js:1143–1145 ·
view source on GitHub ↗
(shader)
Source
from the content-addressed store, hash-verified
1141
}
1142
1143
getUniformMetadata(shader) {
1144
return
getWebGLUniformMetadata(shader, this.GL);
1145
}
1146
1147
updateUniformValue(shader, uniform, data) {
1148
return
setWebGLUniformValue(
Callers
1
_loadUniforms
Method · 0.45
Calls
1
getWebGLUniformMetadata
Function · 0.90
Tested by
no test coverage detected