Structure to define a shader compiler macro.
This structure holds the information required to define a macro to be used when acquiring an shader instance from an effects file.
#include <MShaderManager.h>
Public Attributes | |
| MString | mName |
| Name of the macro. | |
| MString | mDefinition |
| Macro definition. | |