Table of Contents

Class ShaderLoader.ShaderCompilerException

Namespace
ValveResourceFormat.Renderer
Assembly
Renderer.dll

Exception thrown when shader compilation or linking fails.

public class ShaderLoader.ShaderCompilerException : Exception, ISerializable

Inheritance

Implements

Inherited Members

Constructors

ShaderCompilerException()

public ShaderCompilerException()

ShaderCompilerException(string)

public ShaderCompilerException(string message)

Parameters

message string

ShaderCompilerException(string, Exception)

public ShaderCompilerException(string message, Exception innerException)

Parameters

message string
innerException Exception