mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
vkmemory: align struct members in the header
This commit is contained in:
parent
a2ad5d9eac
commit
eb3f6eebce
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ struct _GstVulkanMemory
|
|||
GDestroyNotify notify;
|
||||
gpointer user_data;
|
||||
|
||||
VkMemoryAllocateInfo alloc_info;
|
||||
VkMemoryAllocateInfo alloc_info;
|
||||
VkMemoryPropertyFlags properties;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue