mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix stringifcation of VkAttachmentStoreOp enum
This commit is contained in:
committed by
Baldur Karlsson
parent
dda5629426
commit
48c2678fed
@@ -743,8 +743,8 @@ std::string DoStringise(const VkAttachmentStoreOp &el)
|
||||
{
|
||||
BEGIN_ENUM_STRINGISE(VkAttachmentStoreOp);
|
||||
{
|
||||
case VK_ATTACHMENT_STORE_OP_STORE: return "Store";
|
||||
case VK_ATTACHMENT_STORE_OP_DONT_CARE: return "Don't Care";
|
||||
STRINGISE_ENUM(VK_ATTACHMENT_STORE_OP_STORE)
|
||||
STRINGISE_ENUM(VK_ATTACHMENT_STORE_OP_DONT_CARE)
|
||||
}
|
||||
END_ENUM_STRINGISE();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user