fix error message for hlslGrammar::acceptConstructor
Fix the error message for when an erroneous HLSL constructor statement is detected. Prior to this change, such error messages would not show correct file path and line number information. Additionally, update test data to account for updated error messages.
This commit is contained in:
parent
9431c53c84
commit
adfa0938a2
117 changed files with 6243 additions and 6243 deletions
|
|
@ -9,11 +9,11 @@ local_size = (8, 8, 1)
|
|||
0:8 Sequence
|
||||
0:8 move second child to first child ( temp 4-component vector of float)
|
||||
0:8 'storeTemp' ( temp 4-component vector of float)
|
||||
0:? Constant:
|
||||
0:? 1.000000
|
||||
0:? 0.000000
|
||||
0:? 0.000000
|
||||
0:? 1.000000
|
||||
0:8 Constant:
|
||||
0:8 1.000000
|
||||
0:8 0.000000
|
||||
0:8 0.000000
|
||||
0:8 1.000000
|
||||
0:8 imageStore ( temp void)
|
||||
0:8 'OutputTexture' (layout( rgba32f) uniform image2D)
|
||||
0:8 vector swizzle ( temp 2-component vector of uint)
|
||||
|
|
@ -52,11 +52,11 @@ local_size = (8, 8, 1)
|
|||
0:8 Sequence
|
||||
0:8 move second child to first child ( temp 4-component vector of float)
|
||||
0:8 'storeTemp' ( temp 4-component vector of float)
|
||||
0:? Constant:
|
||||
0:? 1.000000
|
||||
0:? 0.000000
|
||||
0:? 0.000000
|
||||
0:? 1.000000
|
||||
0:8 Constant:
|
||||
0:8 1.000000
|
||||
0:8 0.000000
|
||||
0:8 0.000000
|
||||
0:8 1.000000
|
||||
0:8 imageStore ( temp void)
|
||||
0:8 'OutputTexture' (layout( rgba32f) uniform image2D)
|
||||
0:8 vector swizzle ( temp 2-component vector of uint)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue