Skip to content

How to achieve real-time ray tracing? #1870

Answered by Perksey
qian-o asked this question in Q&A
Discussion options

You must be logged in to vote

No, you will need to switch to Vulkan to use VK_KHR_ray_tracing or switch to Direct3D 12 to use DXR. You may not need to switch your entire program over, you could interoperate with those APIs, but it’s far easier to just use Vulkan through and through. There is no way outside of interoperation with another graphics API to use ray tracing with OpenGL.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@qian-o
Comment options

@Perksey
Comment options

Answer selected by qian-o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants