HLSL: Add template style constructors for vector & matrix types
This commit is contained in:
parent
d02dc5d05a
commit
6daaa4fadf
6 changed files with 892 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.struct.frag", "PixelShaderFunction"},
|
||||
{"hlsl.switch.frag", "PixelShaderFunction"},
|
||||
{"hlsl.swizzle.frag", "PixelShaderFunction"},
|
||||
{"hlsl.templatetypes.frag", "PixelShaderFunction"},
|
||||
{"hlsl.whileLoop.frag", "PixelShaderFunction"},
|
||||
{"hlsl.void.frag", "PixelShaderFunction"},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue