Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intel Iris XE Graphics Support #7

Open
mlknz opened this issue Oct 19, 2023 · 0 comments
Open

Intel Iris XE Graphics Support #7

mlknz opened this issue Oct 19, 2023 · 0 comments

Comments

@mlknz
Copy link
Contributor

mlknz commented Oct 19, 2023

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:

  1. VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME
  2. VK_KHR_DEFERRED_HOST_OPERATIONS_EXTENSION_NAME
  3. VK_KHR_RAY_TRACING_PIPELINE_EXTENSION_NAME
  4. VK_KHR_RAY_QUERY_EXTENSION_NAME

DeviceFeatures:

  1. accelerationStructure
  2. rayTracingPipeline
  3. updateAfterBind
  4. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant