Shader Macro. More...
#include <Shader.h>
Public Member Functions | |
| bool | operator== (const ShaderMacro &RHS) const noexcept |
| Comparison operator tests if two structures are equivalent. | |
Public Attributes | |
| const Char * | Name = nullptr |
| Macro name. | |
| const Char * | Definition = nullptr |
| Macro definition. | |
Shader Macro.