Intel Iris XE Graphics Support
Opened this issue · 0 comments
mlknz commented
Intel Iris XE Graphics is a low-grade integrated graphics chip which supports Vulkan 1.3.261 (driver version 31.0.101.4887).
Steel Engine currently relies on presence of Extensions and DeviceFeatures which are not available on this driver.
Extensions:
- VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME
- VK_KHR_DEFERRED_HOST_OPERATIONS_EXTENSION_NAME
- VK_KHR_RAY_TRACING_PIPELINE_EXTENSION_NAME
- VK_KHR_RAY_QUERY_EXTENSION_NAME
DeviceFeatures:
- accelerationStructure
- rayTracingPipeline
- updateAfterBind
- rayQuery
After disabling named features and extension I proceed with Vulkan initialization and fail later when trying to use UpdateAfterBind feature.
Asus Zenbook laptop.
VP_VULKANINFO_Intel(R)_Iris(R)_Xe_Graphics_101_4887.json