MCPcopy 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

initMethod · 0.45
setInterpolationMethod · 0.45
setWrapModeMethod · 0.45
initMethod · 0.45

Calls 1

setWebGLTextureParamsFunction · 0.90

Tested by

no test coverage detected