Class ShaderNotCompiledException
- Namespace
- Axolotl2D.Exceptions
- Assembly
- Axolotl2D.dll
Thrown when an action is performed that required a shader to be compiled, but it is not.
public class ShaderNotCompiledException : Exception, ISerializable
- Inheritance
-
ShaderNotCompiledException
- Implements
- Inherited Members
Properties
Shader
The shader that failed to compile.
public Shader Shader { get; }