Class VkPhysicalDeviceDisplacementMicromapPropertiesNV

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

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

If the VkPhysicalDeviceDisplacementMicromapPropertiesNV 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 VkPhysicalDeviceDisplacementMicromapPropertiesNV {
     VkStructureType sType();
     void * pNext();
     uint32_t maxDisplacementMicromapSubdivisionLevel();
 }