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:
tgfrerer 2021-05-11 09:42:11 +01:00
parent 9431c53c84
commit adfa0938a2
No known key found for this signature in database
GPG key ID: D0BE741EA45EF9E7
117 changed files with 6243 additions and 6243 deletions

View file

@ -40,7 +40,7 @@ gl_FragCoord origin is upper left
0:19 1 (const int)
0:19 true case
0:20 Branch: Return with expression
0:? Construct vec4 ( temp 4-component vector of float)
0:20 Construct vec4 ( temp 4-component vector of float)
0:20 add ( temp 3-component vector of float)
0:20 color: direct index for structure ( temp 3-component vector of float)
0:20 indirect index (layout( row_major std430) buffer structure{ temp 3-component vector of float color, temp bool test, temp bool test2})
@ -136,7 +136,7 @@ gl_FragCoord origin is upper left
0:19 1 (const int)
0:19 true case
0:20 Branch: Return with expression
0:? Construct vec4 ( temp 4-component vector of float)
0:20 Construct vec4 ( temp 4-component vector of float)
0:20 add ( temp 3-component vector of float)
0:20 color: direct index for structure ( temp 3-component vector of float)
0:20 indirect index (layout( row_major std430) buffer structure{ temp 3-component vector of float color, temp bool test, temp bool test2})