Class VkPhysicalDeviceMapMemoryPlacedPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceMapMemoryPlacedPropertiesEXT extends Struct<VkPhysicalDeviceMapMemoryPlacedPropertiesEXT> implements NativeResource

 struct VkPhysicalDeviceMapMemoryPlacedPropertiesEXT {
     VkStructureType sType;
     void * pNext;
     VkDeviceSize minPlacedMemoryMapAlignment;
 }