HLSL: Fix #924: Convert between two different arrays with cast.
This commit is contained in:
parent
0320d090e2
commit
82ae8c31e0
7 changed files with 503 additions and 7 deletions
|
|
@ -100,6 +100,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.comparison.vec.frag", "main"},
|
||||
{"hlsl.conditional.frag", "PixelShaderFunction"},
|
||||
{"hlsl.constantbuffer.frag", "main"},
|
||||
{"hlsl.constructArray.vert", "main"},
|
||||
{"hlsl.constructexpr.frag", "main"},
|
||||
{"hlsl.constructimat.frag", "main"},
|
||||
{"hlsl.depthGreater.frag", "PixelShaderFunction"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue