Class ShaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
foundry.veil.api.client.render.shader.ShaderException
- All Implemented Interfaces:
Serializable
An exception used to indicate shader compilation and linking issues.
- See Also:
-
Constructor Summary
ConstructorDescriptionShaderException
(String error) ShaderException
(String error, @Nullable String glError) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShaderException
-
ShaderException
-
-
Method Details
-
getGlError
- Returns:
- The OpenGL shader error.
-