Class VkPhysicalDeviceOpacityMicromapFeaturesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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