Class VkMemoryAllocateFlagsInfoKHR

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkMemoryAllocateFlagsInfoKHR
    extends VkMemoryAllocateFlagsInfo
    See VkMemoryAllocateFlagsInfo.

    Layout

    
     struct VkMemoryAllocateFlagsInfoKHR {
         VkStructureType sType;
         void const * pNext;
         VkMemoryAllocateFlags flags;
         uint32_t deviceMask;
     }