mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Serialise VkMemoryHeap::flags as typed enum
This commit is contained in:
@@ -281,7 +281,7 @@ template <typename SerialiserType>
|
||||
void DoSerialise(SerialiserType &ser, VkMemoryHeap &el)
|
||||
{
|
||||
SERIALISE_MEMBER(size);
|
||||
SERIALISE_MEMBER(flags);
|
||||
SERIALISE_MEMBER_TYPED(VkMemoryHeapFlagBits, flags);
|
||||
}
|
||||
|
||||
template <typename SerialiserType>
|
||||
|
||||
Reference in New Issue
Block a user