Structures
VkPhysicalDeviceDisplacementMicromapPropertiesNV
Structure describing the displacement micromap properties of a physical device
The VkPhysicalDeviceDisplacementMicromapPropertiesNV structure is
defined as:
typedef struct VkPhysicalDeviceDisplacementMicromapPropertiesNV {
VkStructureType sType;
void* pNext;
uint32_t maxDisplacementMicromapSubdivisionLevel;
} VkPhysicalDeviceDisplacementMicromapPropertiesNV;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.maxDisplacementMicromapSubdivisionLevelis the maximum allowedsubdivisionLevelfor displacement micromaps.
If the VkPhysicalDeviceDisplacementMicromapPropertiesNV structure is included in the pNext chain of the
VkPhysicalDeviceProperties2 structure passed to
vkGetPhysicalDeviceProperties2, it is filled in with each
corresponding implementation-dependent property.
Valid Usage (Implicit)
VUID-VkPhysicalDeviceDisplacementMicromapPropertiesNV-sType-sType
sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DISPLACEMENT_MICROMAP_PROPERTIES_NV