You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
DeviceFeatures:
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
The text was updated successfully, but these errors were encountered: