Class VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV extends Struct<VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV> implements NativeResource

 struct VkPhysicalDeviceExtendedSparseAddressSpaceFeaturesNV {
     VkStructureType sType;
     void * pNext;
     VkBool32 extendedSparseAddressSpace;
 }