vkmemory: align struct members in the header

This commit is contained in:
Matthew Waters 2016-02-05 19:11:51 +11:00
parent a2ad5d9eac
commit eb3f6eebce

View file

@ -56,7 +56,7 @@ struct _GstVulkanMemory
GDestroyNotify notify;
gpointer user_data;
VkMemoryAllocateInfo alloc_info;
VkMemoryAllocateInfo alloc_info;
VkMemoryPropertyFlags properties;
};