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

Method dispose

core/src/processing/opengl/PShader.java:1009–1017  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1007
1008
1009 protected void dispose() {
1010 if (glres != null) {
1011 glres.dispose();
1012 glVertex = 0;
1013 glFragment = 0;
1014 glProgram = 0;
1015 glres = null;
1016 }
1017 }
1018
1019
1020 static protected int getShaderType(String[] source, int defaultType) {

Callers 1

contextIsOutdatedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected