HLSL: Fix #758: Support character literals (except for numeric escape sequences).
This commit is contained in:
parent
2051815bcc
commit
a0c578a6df
6 changed files with 331 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue