Class VkDeviceMemoryOverallocationCreateInfoAMD

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkDeviceMemoryOverallocationCreateInfoAMD>
org.lwjgl.vulkan.VkDeviceMemoryOverallocationCreateInfoAMD
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkDeviceMemoryOverallocationCreateInfoAMD extends org.lwjgl.system.Struct<VkDeviceMemoryOverallocationCreateInfoAMD> implements org.lwjgl.system.NativeResource
Specify memory overallocation behavior for a Vulkan device.
Valid Usage (Implicit)

Layout


 struct VkDeviceMemoryOverallocationCreateInfoAMD {
     VkStructureType sType();
     void const * pNext();
     VkMemoryOverallocationBehaviorAMD overallocationBehavior();
 }