summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qonos/qonos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qonos/qonos.c b/src/qonos/qonos.c
index 3839752..a1c7307 100644
--- a/src/qonos/qonos.c
+++ b/src/qonos/qonos.c
@@ -145,6 +145,7 @@ __qoAllocMemoryFromRequirements(VkDevice dev,
{
VkMemoryAllocateInfo alloc_info = {
.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO,
+ .pNext = info->pNext,
.allocationSize = info->allocationSize,
.memoryTypeIndex = info->memoryTypeIndex,
};