blob: be0899e87fbfcf483cf49b11d52472d01dfca6d2 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkMemoryDedicatedAllocateInfo,VkMemoryDedicatedAllocateInfo]]
[source,c++]
----
typedef struct VkMemoryDedicatedAllocateInfo {
VkStructureType sType;
const void* pNext;
VkImage image;
VkBuffer buffer;
} VkMemoryDedicatedAllocateInfo;
----