Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/p5.js
/ setTextureParams
Method
setTextureParams
src/webgl/p5.RendererGL.js:1234–1236 ·
view source on GitHub ↗
(texture)
Source
from the content-addressed store, hash-verified
1232
}
1233
1234
setTextureParams(texture) {
1235
return
setWebGLTextureParams(texture, this.GL, this.webglVersion);
1236
}
1237
1238
deleteTexture({ texture }) {
1239
this.GL.deleteTexture(texture);
Callers
4
init
Method · 0.45
setInterpolation
Method · 0.45
setWrapMode
Method · 0.45
init
Method · 0.45
Calls
1
setWebGLTextureParams
Function · 0.90
Tested by
no test coverage detected