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

Method deleteShader

core/src/processing/opengl/PGL.java:3267–3267  ·  view source on GitHub ↗
(int shader)

Source from the content-addressed store, hash-verified

3265 public abstract void compileShader(int shader);
3266 public abstract void releaseShaderCompiler();
3267 public abstract void deleteShader(int shader);
3268 public abstract void shaderBinary(int count, IntBuffer shaders, int binaryFormat, Buffer binary, int length);
3269 public abstract int createProgram();
3270 public abstract void attachShader(int program, int shader);

Callers 2

createShaderMethod · 0.95
disposeNativeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected