HLSL: Fix #1815: Don't constant fold spec-constant array indexing.
This commit is contained in:
parent
22683b409e
commit
4b4b41a634
4 changed files with 248 additions and 1 deletions
|
|
@ -351,6 +351,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.shapeConvRet.frag", "main"},
|
||||
{"hlsl.self_cast.frag", "main"},
|
||||
{"hlsl.snorm.uav.comp", "main"},
|
||||
{"hlsl.specConstant.frag", "main"},
|
||||
{"hlsl.staticMemberFunction.frag", "main"},
|
||||
{"hlsl.staticFuncInit.frag", "main"},
|
||||
{"hlsl.store.rwbyteaddressbuffer.type.comp", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue