Class VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV

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

public class VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV extends org.lwjgl.system.Struct<VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV> implements org.lwjgl.system.NativeResource
Structure describing sparse address space limits of an implementation.
Description

If the VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV {
     VkStructureType sType();
     void * pNext();
     VkDeviceSize extendedSparseAddressSpaceSize();
     VkImageUsageFlags extendedSparseImageUsageFlags();
     VkBufferUsageFlags extendedSparseBufferUsageFlags();
 }