update spirv-headers to pick up demote_to_helper_invocation

This commit is contained in:
Jeff Bolz 2019-07-02 10:57:48 -05:00
parent e5c394bcba
commit 6a50a7850d
3 changed files with 4 additions and 3 deletions

View File

@ -958,6 +958,8 @@ const char* CapabilityString(int info)
case CapabilityFragmentShaderPixelInterlockEXT: return "CapabilityFragmentShaderPixelInterlockEXT";
case CapabilityFragmentShaderShadingRateInterlockEXT: return "CapabilityFragmentShaderShadingRateInterlockEXT";
case CapabilityDemoteToHelperInvocationEXT: return "DemoteToHelperInvocationEXT";
default: return "Bad";
}
}

View File

@ -1,11 +1,10 @@
spv.conditionalDemote.frag
Validation failed
// Module Version 10000
// Generated by (magic number): 80007
// Id's are bound by 38
Capability Shader
Capability Bad
Capability DemoteToHelperInvocationEXT
Extension "SPV_EXT_demote_to_helper_invocation"
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450

View File

@ -12,7 +12,7 @@
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Headers",
"subdir" : "External/spirv-tools/external/spirv-headers",
"commit" : "8b911bd2ba37677037b38c9bd286c7c05701bcda"
"commit" : "123dc278f204f8e833e1a88d31c46d0edf81d4b2"
}
]
}