PP: Address #737: accept 'h'/'H' floating-point suffix more broadly.
This commit is contained in:
parent
f67f9d7e4d
commit
b67b4a7072
8 changed files with 142 additions and 62 deletions
|
|
@ -52,7 +52,8 @@ ERROR: 0:209: 'assign' : cannot convert from 'const float' to 'temp 4-component
|
|||
ERROR: 0:212: 'sampler2DRect' : Reserved word.
|
||||
ERROR: 0:244: ':' : wrong operand types: no operation ':' exists that takes a left-hand operand of type 'global void' and a right operand of type 'const int' (or there is no acceptable conversion)
|
||||
ERROR: 0:245: ':' : wrong operand types: no operation ':' exists that takes a left-hand operand of type 'const int' and a right operand of type 'global void' (or there is no acceptable conversion)
|
||||
ERROR: 53 compilation errors. No code generated.
|
||||
ERROR: 0:248: '' : syntax error
|
||||
ERROR: 54 compilation errors. No code generated.
|
||||
|
||||
|
||||
Shader version: 120
|
||||
|
|
@ -645,6 +646,7 @@ ERROR: node is still EOpNull!
|
|||
0:? 's2DRbad' (uniform sampler2DRect)
|
||||
0:? 's2DR' (uniform sampler2DRect)
|
||||
0:? 's2DRS' (uniform sampler2DRectShadow)
|
||||
0:? 'halfFloat1' (global float)
|
||||
|
||||
|
||||
Linked fragment stage:
|
||||
|
|
@ -688,4 +690,5 @@ ERROR: node is still EOpNull!
|
|||
0:? 's2DRbad' (uniform sampler2DRect)
|
||||
0:? 's2DR' (uniform sampler2DRect)
|
||||
0:? 's2DRS' (uniform sampler2DRectShadow)
|
||||
0:? 'halfFloat1' (global float)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue