Commit d1141843 by John Kessenich

SPV Non-functional: fix ordering causing problems with another branch.

parent 97366a0d
...@@ -830,14 +830,14 @@ const char* CapabilityString(int info) ...@@ -830,14 +830,14 @@ const char* CapabilityString(int info)
case 4427: return "DrawParameters"; case 4427: return "DrawParameters";
case 4431: return "SubgroupVoteKHR"; case 4431: return "SubgroupVoteKHR";
case 4437: return "DeviceGroup";
case 4439: return "MultiView";
case 4433: return "StorageUniformBufferBlock16"; case 4433: return "StorageUniformBufferBlock16";
case 4434: return "StorageUniform16"; case 4434: return "StorageUniform16";
case 4435: return "StoragePushConstant16"; case 4435: return "StoragePushConstant16";
case 4436: return "StorageInputOutput16"; case 4436: return "StorageInputOutput16";
case 4437: return "DeviceGroup";
case 4439: return "MultiView";
#ifdef NV_EXTENSIONS #ifdef NV_EXTENSIONS
case 5251: return "GeometryShaderPassthroughNV"; case 5251: return "GeometryShaderPassthroughNV";
case 5254: return "ShaderViewportIndexLayerNV"; case 5254: return "ShaderViewportIndexLayerNV";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment