GFXShaderMacro
Engine/source/gfx/gfxStructs.h
Passed to GFX for shader defines.
Public Functions
GFXShaderMacro(const GFXShaderMacro & macro)
GFXShaderMacro(const String & name_, const String & value_)
Detailed Description
Passed to GFX for shader defines.
Public Attributes
String name
The macro name.
String value
The optional macro value.
Public Functions
GFXShaderMacro()
GFXShaderMacro(const GFXShaderMacro & macro)
GFXShaderMacro(const String & name_, const String & value_)
~GFXShaderMacro()