Improve important tagging for vkCreateRenderPass2

This commit is contained in:
baldurk
2021-10-06 15:52:58 +01:00
parent b850c2d7fe
commit 18647c3d87
+1 -1
View File
@@ -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);