HLSL: Accept unorm and snorm on types
This is currently parsed and ignored, save for some minor validation.
This commit is contained in:
parent
c9e6740503
commit
fa39cffd6a
4 changed files with 250 additions and 0 deletions
|
|
@ -297,6 +297,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.semicolons.frag", "main"},
|
||||
{"hlsl.shapeConv.frag", "main"},
|
||||
{"hlsl.shapeConvRet.frag", "main"},
|
||||
{"hlsl.snorm.uav.comp", "main"},
|
||||
{"hlsl.staticMemberFunction.frag", "main"},
|
||||
{"hlsl.stringtoken.frag", "main"},
|
||||
{"hlsl.string.frag", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue