From eb3f6eebcebee9df2bf47ed501457c2c5f40ebb7 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 5 Feb 2016 19:11:51 +1100 Subject: [PATCH] vkmemory: align struct members in the header --- ext/vulkan/vkmemory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/vulkan/vkmemory.h b/ext/vulkan/vkmemory.h index b77c995..444fc8c 100644 --- a/ext/vulkan/vkmemory.h +++ b/ext/vulkan/vkmemory.h @@ -56,7 +56,7 @@ struct _GstVulkanMemory GDestroyNotify notify; gpointer user_data; - VkMemoryAllocateInfo alloc_info; + VkMemoryAllocateInfo alloc_info; VkMemoryPropertyFlags properties; }; -- 2.7.4