Class VkMemoryAllocateFlagsInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkMemoryAllocateFlagsInfoKHR

public class VkMemoryAllocateFlagsInfo extends Struct<VkMemoryAllocateFlagsInfo> implements NativeResource

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