mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Improve important tagging for vkCreateRenderPass2
This commit is contained in:
@@ -6378,7 +6378,7 @@ void DoSerialise(SerialiserType &ser, VkAttachmentDescription2 &el)
|
||||
SerialiseNext(ser, el.sType, el.pNext);
|
||||
|
||||
SERIALISE_MEMBER_VKFLAGS(VkAttachmentDescriptionFlags, flags);
|
||||
SERIALISE_MEMBER(format);
|
||||
SERIALISE_MEMBER(format).Important();
|
||||
SERIALISE_MEMBER(samples);
|
||||
SERIALISE_MEMBER(loadOp);
|
||||
SERIALISE_MEMBER(storeOp);
|
||||
|
||||
Reference in New Issue
Block a user