Implement the extension SPV_KHR_16bit_storage
This commit is contained in:
parent
38a425355b
commit
f89ad98013
5 changed files with 31 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue