Class ShaderCompileException
- Namespace
- Axolotl2D.Exceptions
- Assembly
- Axolotl2D.dll
Thrown when a shader fails to compile.
public class ShaderCompileException : Exception, ISerializable
- Inheritance
-
ShaderCompileException
- Implements
- Inherited Members
Properties
Shader
The shader that failed to compile.
public Shader Shader { get; }