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
|
|
@ -39,11 +39,11 @@ gl_FragCoord origin is upper left
|
|||
0:15 Sequence
|
||||
0:15 move second child to first child ( temp 2X2 matrix of float)
|
||||
0:15 'h22' ( temp 2X2 matrix of float)
|
||||
0:? Constant:
|
||||
0:? 1.000000
|
||||
0:? 2.000000
|
||||
0:? 3.000000
|
||||
0:? 4.000000
|
||||
0:15 Constant:
|
||||
0:15 1.000000
|
||||
0:15 2.000000
|
||||
0:15 3.000000
|
||||
0:15 4.000000
|
||||
0:16 Sequence
|
||||
0:16 move second child to first child ( temp 2X3 matrix of float)
|
||||
0:16 'h23' ( temp 2X3 matrix of float)
|
||||
|
|
@ -123,11 +123,11 @@ gl_FragCoord origin is upper left
|
|||
0:15 Sequence
|
||||
0:15 move second child to first child ( temp 2X2 matrix of float)
|
||||
0:15 'h22' ( temp 2X2 matrix of float)
|
||||
0:? Constant:
|
||||
0:? 1.000000
|
||||
0:? 2.000000
|
||||
0:? 3.000000
|
||||
0:? 4.000000
|
||||
0:15 Constant:
|
||||
0:15 1.000000
|
||||
0:15 2.000000
|
||||
0:15 3.000000
|
||||
0:15 4.000000
|
||||
0:16 Sequence
|
||||
0:16 move second child to first child ( temp 2X3 matrix of float)
|
||||
0:16 'h23' ( temp 2X3 matrix of float)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue