GLSL: Fix #822: Improve information given for syntax errors.
Also, fixed one test file that didn't have its syntax error as the last line.
This commit is contained in:
parent
0c6f9360f5
commit
ba5cc2fafa
15 changed files with 2788 additions and 3072 deletions
|
|
@ -184,10 +184,8 @@ void qlod()
|
|||
lod = textureQueryLod(sampRect, pf2); // ERROR
|
||||
}
|
||||
|
||||
struct SKeyMem { int precise; } KeyMem; // ERROR, keyword can't be a member
|
||||
|
||||
uniform uint uu;
|
||||
out int iout;
|
||||
out uint iout;
|
||||
|
||||
void bitwiseConv()
|
||||
{
|
||||
|
|
@ -195,3 +193,5 @@ void bitwiseConv()
|
|||
iout += uu ^ i;
|
||||
iout += i | uu;
|
||||
}
|
||||
|
||||
struct SKeyMem { int precise; } KeyMem; // ERROR, keyword can't be a member
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue