Class VkMemoryPriorityAllocateInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkMemoryPriorityAllocateInfoEXT extends Struct<VkMemoryPriorityAllocateInfoEXT> implements NativeResource

 struct VkMemoryPriorityAllocateInfoEXT {
     VkStructureType sType;
     void const * pNext;
     float priority;
 }