18 #ifndef INCLUDED_PREPROCESSORWRAPPER
19 #define INCLUDED_PREPROCESSORWRAPPER
32 void AddDefine(
const char* name,
const char* value);
44 #endif // INCLUDED_PREPROCESSORWRAPPER
CPreprocessor m_Preprocessor
bool TestConditional(const CStr &expr)
Represents a mapping of name strings to value strings, for use with #if and #ifdef and similar condit...
CStr Preprocess(const CStr &input)
void AddDefines(const CShaderDefines &defines)
void AddDefine(const char *name, const char *value)
Convenience wrapper around CPreprocessor.
This is a simplistic C/C++-like preprocessor.