SPV: Unexpected declarations of capabilities from NV extensions.

This commit is contained in:
Rex Xu 2017-02-22 16:44:48 +08:00
parent 2fbe08c763
commit 3e783f9b49
4 changed files with 23 additions and 13 deletions

View file

@ -835,6 +835,7 @@ const char* CapabilityString(int info)
case 5254: return "ShaderViewportIndexLayerNV";
case 5255: return "ShaderViewportMaskNV";
case 5259: return "ShaderStereoViewNV";
case 5262: return "PerViewAttributesNV";
#endif
}