HLSL: Fix #758: Support character literals (except for numeric escape sequences).

This commit is contained in:
John Kessenich 2017-04-12 16:31:15 -06:00
parent 2051815bcc
commit a0c578a6df
6 changed files with 331 additions and 1 deletions

View file

@ -588,6 +588,7 @@ protected:
int ScanFromString(char* s);
void missingEndifCheck();
int lFloatConst(int len, int ch, TPpToken* ppToken);
int characterLiteral(TPpToken* ppToken);
void push_include(TShader::Includer::IncludeResult* result)
{