GFXShaderMacro

Engine/source/gfx/gfxStructs.h

Passed to GFX for shader defines.

More...

Public Attributes

The macro name.

The optional macro value.

Public Static Functions

stringize(const Vector< GFXShaderMacro > & macros, String * outString)

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()

Public Static Functions

stringize(const Vector< GFXShaderMacro > & macros, String * outString)