Class ShaderLoader.ShaderCompilerException
- Namespace
- ValveResourceFormat.Renderer
- Assembly
- Renderer.dll
Exception thrown when shader compilation or linking fails.
public class ShaderLoader.ShaderCompilerException : Exception, ISerializableInheritance
Implements
Inherited Members
Constructors
ShaderCompilerException()
public ShaderCompilerException()ShaderCompilerException(string)
public ShaderCompilerException(string message)Parameters
messagestring
ShaderCompilerException(string, Exception)
public ShaderCompilerException(string message, Exception innerException)