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

Document required Vulkan extensions #59

Open
therontarigo opened this issue Jan 24, 2023 · 0 comments
Open

Document required Vulkan extensions #59

therontarigo opened this issue Jan 24, 2023 · 0 comments

Comments

@therontarigo
Copy link

therontarigo commented Jan 24, 2023

Knowing ahead of time that the project uses VK_KHR_RAY_TRACING_PIPELINE and is not a fully software raytracing implementation could have saved some time.

Full list (from PBRVulkan/RayTracer/src/Vulkan/Device.cpp f19ca90)

VK_KHR_SWAPCHAIN
VK_KHR_SHADER_CLOCK
VK_KHR_PIPELINE_LIBRARY
VK_KHR_DEFERRED_HOST_OPERATIONS
VK_KHR_ACCELERATION_STRUCTURE
VK_KHR_RAY_TRACING_PIPELINE
VK_KHR_BUFFER_DEVICE_ADDRESS
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