Implement the extension SPV_KHR_16bit_storage

This commit is contained in:
Rex Xu 2017-04-07 23:22:33 +08:00
parent 38a425355b
commit f89ad98013
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";