Add test for the instance param (geometry shader)
This commit is contained in:
parent
e314891598
commit
353ef3ac3e
2 changed files with 19 additions and 1 deletions
|
|
@ -434,7 +434,8 @@ INSTANTIATE_TEST_SUITE_P(
|
|||
{"hlsl.typedef.frag", "PixelShaderFunction"},
|
||||
{"hlsl.whileLoop.frag", "PixelShaderFunction"},
|
||||
{"hlsl.void.frag", "PixelShaderFunction"},
|
||||
{"hlsl.type.type.conversion.all.frag", "main"}
|
||||
{"hlsl.type.type.conversion.all.frag", "main"},
|
||||
{"hlsl.instance.geom", "GeometryShader"}
|
||||
}),
|
||||
FileNameAsCustomTestSuffix
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue