Class VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV extends Struct<VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV> implements NativeResource
struct VkPhysicalDeviceDescriptorPoolOverallocationFeaturesNV {
    VkStructureType sType;
    void * pNext;
    VkBool32 descriptorPoolOverallocation;
}