We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55411fe commit 5904abdCopy full SHA for 5904abd
1 file changed
renderdoc/driver/vulkan/vk_stringise.cpp
@@ -266,9 +266,9 @@ rdcstr DoStringise(const VulkanChunk &el)
266
STRINGISE_ENUM_CLASS(vkCmdSetDescriptorBufferOffsets2EXT)
267
STRINGISE_ENUM_CLASS(vkCmdPushDescriptorSet2)
268
STRINGISE_ENUM_CLASS(vkCmdPushDescriptorSetWithTemplate2)
269
- STRINGISE_ENUM_CLASS(vkCmdBeginCustomResolveEXT)
270
STRINGISE_ENUM_CLASS_NAMED(SetCommandAnnotation, "Internal::SetCommandAnnotation");
271
STRINGISE_ENUM_CLASS_NAMED(SetQueueAnnotation, "Internal::SetQueueAnnotation");
+ STRINGISE_ENUM_CLASS(vkCmdBeginCustomResolveEXT)
272
STRINGISE_ENUM_CLASS_NAMED(Max, "Max Chunk");
273
}
274
END_ENUM_STRINGISE()
0 commit comments