Fixed processing #include's when preprocessing HLSL
This commit is contained in:
parent
e50dc536ff
commit
205dc4e4ec
2 changed files with 4 additions and 1 deletions
|
|
@ -110,6 +110,7 @@ public:
|
|||
void getPreamble(std::string&);
|
||||
bool relaxedErrors() const { return (messages & EShMsgRelaxedErrors) != 0; }
|
||||
bool suppressWarnings() const { return (messages & EShMsgSuppressWarnings) != 0; }
|
||||
bool isReadingHLSL() const { return (messages & EShMsgReadHlsl) == EShMsgReadHlsl; }
|
||||
|
||||
TInfoSink& infoSink;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue