Class VkPhysicalDeviceOpacityMicromapPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceOpacityMicromapPropertiesKHR extends Struct<VkPhysicalDeviceOpacityMicromapPropertiesKHR> implements NativeResource
struct VkPhysicalDeviceOpacityMicromapPropertiesKHR {
    VkStructureType sType;
    void * pNext;
    uint32_t maxOpacity2StateSubdivisionLevel;
    uint32_t maxOpacity4StateSubdivisionLevel;
    uint32_t maxOpacityLossy4StateSubdivisionLevel;
    uint64_t maxMicromapTriangles;
}