HLSL: Handle "." for structure dereference and swizzle.
This commit is contained in:
parent
5aa59e2044
commit
93a162a857
6 changed files with 200 additions and 45 deletions
|
|
@ -93,6 +93,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.scope.frag", "PixelShaderFunction"},
|
||||
{"hlsl.sin.frag", "PixelShaderFunction"},
|
||||
{"hlsl.struct.frag", "PixelShaderFunction"},
|
||||
{"hlsl.swizzle.frag", "PixelShaderFunction"},
|
||||
{"hlsl.whileLoop.frag", "PixelShaderFunction"},
|
||||
{"hlsl.void.frag", "PixelShaderFunction"},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue