mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-24 06:36:08 +00:00
Use typed enum for serialising VkMemoryType::propertyFlags
This commit is contained in:
@@ -266,7 +266,7 @@ void DoSerialise(SerialiserType &ser, VkMemoryHeap &el)
|
||||
template <typename SerialiserType>
|
||||
void DoSerialise(SerialiserType &ser, VkMemoryType &el)
|
||||
{
|
||||
SERIALISE_MEMBER(propertyFlags);
|
||||
SERIALISE_MEMBER_TYPED(VkMemoryPropertyFlagBits, propertyFlags);
|
||||
SERIALISE_MEMBER(heapIndex);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user