Function Prototype

vkGetDeviceMicromapCompatibilityEXT

Check if a serialized micromap is compatible with the current device

To check if a serialized VkMicromapEXT is compatible with the current device call:

void vkGetDeviceMicromapCompatibilityEXT(
    VkDevice                                 device,
    const VkMicromapVersionInfoEXT*          pVersionInfo,
    VkAccelerationStructureCompatibilityKHR* pCompatibility);