Class VkPhysicalDeviceMaintenance9PropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceMaintenance9PropertiesKHR extends Struct<VkPhysicalDeviceMaintenance9PropertiesKHR> implements NativeResource
struct VkPhysicalDeviceMaintenance9PropertiesKHR {
    VkStructureType sType;
    void * pNext;
    VkBool32 image2DViewOf3DSparse;
    VkDefaultVertexAttributeValueKHR defaultVertexAttributeValue;
}