OmegaEngine API  1.0.3
Public Member Functions | Protected Member Functions | Properties | List of all members
OmegaEngine.Graphics.Shaders.ShaderCompileException Class Reference

Exception thrown when DynamicShader fails to compile FX code More...

Inheritance diagram for OmegaEngine.Graphics.Shaders.ShaderCompileException:

Public Member Functions

 ShaderCompileException (string message)
 
 ShaderCompileException (string message, Exception innerException)
 
 ShaderCompileException (string message, Exception innerException, string fxCode)
 

Protected Member Functions

 ShaderCompileException (SerializationInfo info, StreamingContext context)
 

Properties

string FxCode [get]
 The FX code that failed to compile More...
 

Detailed Description

Exception thrown when DynamicShader fails to compile FX code

Property Documentation

◆ FxCode

string OmegaEngine.Graphics.Shaders.ShaderCompileException.FxCode
get

The FX code that failed to compile


The documentation for this class was generated from the following file: