Class VkMemoryAllocateFlagsInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkMemoryAllocateFlagsInfoKHR extends VkMemoryAllocateFlagsInfo

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