HLSL: Handle flatten for reads from flatten structs and parameter passing.
This commit is contained in:
parent
34e7ee79bb
commit
d2ce838a58
5 changed files with 193 additions and 11 deletions
|
|
@ -85,6 +85,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.depthLess.frag", "PixelShaderFunction"},
|
||||
{"hlsl.discard.frag", "PixelShaderFunction"},
|
||||
{"hlsl.doLoop.frag", "PixelShaderFunction"},
|
||||
{"hlsl.entry-in.frag", "PixelShaderFunction"},
|
||||
{"hlsl.entry-out.frag", "PixelShaderFunction"},
|
||||
{"hlsl.float1.frag", "PixelShaderFunction"},
|
||||
{"hlsl.float4.frag", "PixelShaderFunction"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue