Class VkPhysicalDeviceOpacityMicromapPropertiesEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceOpacityMicromapPropertiesEXT>
org.lwjgl.vulkan.VkPhysicalDeviceOpacityMicromapPropertiesEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceOpacityMicromapPropertiesEXT extends org.lwjgl.system.Struct<VkPhysicalDeviceOpacityMicromapPropertiesEXT> implements org.lwjgl.system.NativeResource
Structure describing the opacity micromap properties of a physical device.
Description

If the VkPhysicalDeviceOpacityMicromapPropertiesEXT structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceOpacityMicromapPropertiesEXT {
     VkStructureType sType();
     void * pNext();
     uint32_t maxOpacity2StateSubdivisionLevel();
     uint32_t maxOpacity4StateSubdivisionLevel();
 }