SPV: Update SPV header to official Rev. 10 of 1.0, and fix the consequences of doing so.

This commit is contained in:
John Kessenich 2017-02-27 01:50:28 -07:00
parent 6c8aaacd28
commit 42e33c9bec
5 changed files with 30 additions and 41 deletions

View file

@ -344,8 +344,8 @@ const char* BuiltInString(int builtIn)
case 5253: return "ViewportMaskNV";
case 5257: return "SecondaryPositionNV";
case 5258: return "SecondaryViewportMaskNV";
case 5260: return "PositionPerViewNV";
case 5261: return "ViewportMaskPerViewNV";
case 5261: return "PositionPerViewNV";
case 5262: return "ViewportMaskPerViewNV";
#endif
case BuiltInCeiling:
@ -838,7 +838,7 @@ const char* CapabilityString(int info)
case 5254: return "ShaderViewportIndexLayerNV";
case 5255: return "ShaderViewportMaskNV";
case 5259: return "ShaderStereoViewNV";
case 5262: return "PerViewAttributesNV";
case 5260: return "PerViewAttributesNV";
#endif
case CapabilityCeiling: