• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkMemoryAllocateFlagsInfo,VkMemoryAllocateFlagsInfo]]
3[source,c++]
4----
5typedef struct VkMemoryAllocateFlagsInfo {
6    VkStructureType          sType;
7    const void*              pNext;
8    VkMemoryAllocateFlags    flags;
9    uint32_t                 deviceMask;
10} VkMemoryAllocateFlagsInfo;
11----
12