Skip to content

Commit

Permalink
Update tests for new preferred name as ShaderViewportIndexLayerEXT
Browse files Browse the repository at this point in the history
This reacts to a recent update to SPIRV-Headers
  • Loading branch information
dneto0 committed Sep 1, 2017
1 parent d843cae commit e6279cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/enum_string_mapping_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,11 @@ INSTANTIATE_TEST_CASE_P(AllCapabilities, CapabilityTest,
"SampleMaskOverrideCoverageNV"},
{SpvCapabilityGeometryShaderPassthroughNV,
"GeometryShaderPassthroughNV"},
// The next two are different names for the same token.
{SpvCapabilityShaderViewportIndexLayerNV,
"ShaderViewportIndexLayerNV"},
"ShaderViewportIndexLayerEXT"},
{SpvCapabilityShaderViewportIndexLayerEXT,
"ShaderViewportIndexLayerEXT"},
{SpvCapabilityShaderViewportMaskNV,
"ShaderViewportMaskNV"},
{SpvCapabilityShaderStereoViewNV,
Expand Down

0 comments on commit e6279cd

Please sign in to comment.