Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/p5.js
/ hookTypes
Method
hookTypes
src/webgl/p5.Shader.js:84–86 ·
view source on GitHub ↗
(hookName)
Source
from the content-addressed store, hash-verified
82
}
83
84
hookTypes(hookName) {
85
return
this._renderer.getShaderHookTypes(this, hookName);
86
}
87
88
shaderSrc(src, shaderType) {
89
return
this._renderer.populateHooks(this, src, shaderType);
Callers
2
p5.Shader.js
File · 0.80
createShaderHooksFunctions
Function · 0.80
Calls
1
getShaderHookTypes
Method · 0.45
Tested by
no test coverage detected