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

daxa build fails on Debian bookworm #93

Open
PinkFreud opened this issue Aug 9, 2024 · 0 comments
Open

daxa build fails on Debian bookworm #93

PinkFreud opened this issue Aug 9, 2024 · 0 comments

Comments

@PinkFreud
Copy link

PinkFreud commented Aug 9, 2024

Daxa/src/impl_features.cpp:251:19: error: ‘struct daxa::PhysicalDeviceFeatureTable’ has no member named ‘ray_tracing_position_fetch’
  251 |             this->ray_tracing_position_fetch = VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR{
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~

Daxa/src/impl_features.cpp:251:48: error: ‘VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR’ was not declared in this scope; did you mean ‘VkPhysicalDeviceRayTracingPipelineFeaturesKHR’?
  251 |             this->ray_tracing_position_fetch = VkPhysicalDeviceRayTracingPositionFetchFeaturesKHR{
      |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                VkPhysicalDeviceRayTracingPipelineFeaturesKHR

Daxa/src/impl_features.cpp:256:49: error: ‘struct daxa::PhysicalDeviceFeatureTable’ has no member named ‘ray_tracing_position_fetch’
  256 |             this->chain = r_cast<void *>(&this->ray_tracing_position_fetch.value());
      |                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~

Daxa/src/impl_features.cpp: In member function ‘void daxa::PhysicalDeviceExtensionList::initialize(daxa_DeviceInfo, const daxa_DeviceProperties&)’:

Daxa/src/impl_features.cpp:321:35: error: ‘VK_KHR_RAY_TRACING_POSITION_FETCH_EXTENSION_NAME’ was not declared in this scope; did you mean ‘VK_KHR_RAY_TRACING_PIPELINE_EXTENSION_NAME’?
  321 |             this->data[size++] = {VK_KHR_RAY_TRACING_POSITION_FETCH_EXTENSION_NAME};
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                   VK_KHR_RAY_TRACING_PIPELINE_EXTENSION_NAME

Daxa/src/impl_features.cpp:321:83: error: cannot convert ‘<brace-enclosed initializer list>’ to ‘const char*’ in assignment
  321 |             this->data[size++] = {VK_KHR_RAY_TRACING_POSITION_FETCH_EXTENSION_NAME};
      |                                                                                   ^
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