MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / setOnError

Method setOnError

src/main/java/field/graphics/Shader.java:239–242  ·  view source on GitHub ↗
(iErrorHandler onError)

Source from the content-addressed store, hash-verified

237 GL20.glDeleteProgram(s.name);
238 // doesn't kill the shaders, because, technically they could be attached elsewhere
239 }
240
241 public Shader setOnError(iErrorHandler onError) {
242 this.onError = onError;
243 return this;
244 }
245

Callers 9

newShaderFromBoxMethod · 0.95
newShaderFromBoxMethod · 0.95
bindShaderToBoxMethod · 0.45
withTextureMethod · 0.45
withStereoTextureMethod · 0.45
withWebcamMethod · 0.45
withImageSequenceMethod · 0.45
withStageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected