MCPcopy Index your code
hub / github.com/processing/processing / deleteTextures

Method deleteTextures

core/src/processing/opengl/PGL.java:3224–3224  ·  view source on GitHub ↗
(int n, IntBuffer textures)

Source from the content-addressed store, hash-verified

3222 public abstract void generateMipmap(int target);
3223 public abstract void genTextures(int n, IntBuffer textures);
3224 public abstract void deleteTextures(int n, IntBuffer textures);
3225 public abstract void getTexParameteriv(int target, int pname, IntBuffer params);
3226 public abstract void getTexParameterfv(int target, int pname, FloatBuffer params);
3227 public abstract boolean isTexture(int texture);

Callers 3

restoreFirstFrameMethod · 0.95
destroyFBOLayerMethod · 0.95
disposeNativeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected