Merge pull request #827 from amdrexu/feature4

Implement the extension SPV_KHR_16bit_storage
This commit is contained in:
John Kessenich
2017-04-08 10:03:45 -06:00
committed by GitHub
5 changed files with 31 additions and 0 deletions

View File

@@ -833,6 +833,11 @@ const char* CapabilityString(int info)
case 4437: return "DeviceGroup";
case 4439: return "MultiView";
case 4433: return "StorageUniformBufferBlock16";
case 4434: return "StorageUniform16";
case 4435: return "StoragePushConstant16";
case 4436: return "StorageInputOutput16";
#ifdef NV_EXTENSIONS
case 5251: return "GeometryShaderPassthroughNV";
case 5254: return "ShaderViewportIndexLayerNV";