Skip to content

Commit 5904abd

Browse files
committed
Match enum order in ToStr()
1 parent 55411fe commit 5904abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renderdoc/driver/vulkan/vk_stringise.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ rdcstr DoStringise(const VulkanChunk &el)
266266
STRINGISE_ENUM_CLASS(vkCmdSetDescriptorBufferOffsets2EXT)
267267
STRINGISE_ENUM_CLASS(vkCmdPushDescriptorSet2)
268268
STRINGISE_ENUM_CLASS(vkCmdPushDescriptorSetWithTemplate2)
269-
STRINGISE_ENUM_CLASS(vkCmdBeginCustomResolveEXT)
270269
STRINGISE_ENUM_CLASS_NAMED(SetCommandAnnotation, "Internal::SetCommandAnnotation");
271270
STRINGISE_ENUM_CLASS_NAMED(SetQueueAnnotation, "Internal::SetQueueAnnotation");
271+
STRINGISE_ENUM_CLASS(vkCmdBeginCustomResolveEXT)
272272
STRINGISE_ENUM_CLASS_NAMED(Max, "Max Chunk");
273273
}
274274
END_ENUM_STRINGISE()

0 commit comments

Comments
 (0)