public interface ShaderErrorListener
Modifier and Type | Method and Description |
---|---|
void |
errorOccurred(ShaderError error)
Invoked when an error occurs while compiling, linking or
executing a programmable shader.
|
void errorOccurred(ShaderError error)
error
- object that contains the details of the error.