HLSL: Implement basic "struct" grammar.
This commit is contained in:
parent
41ebc42926
commit
e6e7494e2a
8 changed files with 257 additions and 6 deletions
|
|
@ -90,6 +90,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.precedence2.frag", "PixelShaderFunction"},
|
||||
{"hlsl.scope.frag", "PixelShaderFunction"},
|
||||
{"hlsl.sin.frag", "PixelShaderFunction"},
|
||||
{"hlsl.struct.frag", "PixelShaderFunction"},
|
||||
{"hlsl.whileLoop.frag", "PixelShaderFunction"},
|
||||
{"hlsl.void.frag", "PixelShaderFunction"},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue