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
|
|
@ -16,7 +16,7 @@ using depth_any
|
|||
0:126 'psout' ( temp structure{ temp 4-component vector of float Color, temp float Depth})
|
||||
0:126 Constant:
|
||||
0:126 0 (const int)
|
||||
0:? Construct vec4 ( temp 4-component vector of float)
|
||||
0:126 Construct vec4 ( temp 4-component vector of float)
|
||||
0:126 Convert int to float ( temp float)
|
||||
0:126 'thisLineIs' ( temp int)
|
||||
0:126 Constant:
|
||||
|
|
@ -78,7 +78,7 @@ using depth_any
|
|||
0:126 'psout' ( temp structure{ temp 4-component vector of float Color, temp float Depth})
|
||||
0:126 Constant:
|
||||
0:126 0 (const int)
|
||||
0:? Construct vec4 ( temp 4-component vector of float)
|
||||
0:126 Construct vec4 ( temp 4-component vector of float)
|
||||
0:126 Convert int to float ( temp float)
|
||||
0:126 'thisLineIs' ( temp int)
|
||||
0:126 Constant:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue