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

Port implementation to VK_KHR_ray_tracing #7

Merged
merged 36 commits into from
Oct 10, 2020
Merged

Conversation

GPSnoopy
Copy link
Owner

@GPSnoopy GPSnoopy commented Apr 10, 2020

  • Updated Vulkan SDK to 1.2.35.
  • Minimum Vulkan version is now 1.2.
  • Using VK_KHR_ray_tracing Vulkan extension instead of VK_NV_ray_tracing.
  • Using GL_EXT_ray_tracing GLSL extension instead of GL_NV_ray_tracing.
  • Added debug util methods around vkSetDebugUtilsObjectNameEXT to keep track of object names.

Will merge once the VK_KHR_ray_tracing extension is not beta anymore.

@GPSnoopy
Copy link
Owner Author

Merging even though the extention is still prelimanary, as this is blocking further improvements (e.g. #12).

@GPSnoopy GPSnoopy merged commit 3896ff4 into master Oct 10, 2020
@GPSnoopy GPSnoopy deleted the VK_KHR_ray_tracing branch October 10, 2020 15:45
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

Successfully merging this pull request may close these issues.

1 participant