🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

RTX features in GL via Vulkan/GL Interop?

Started by
2 comments, last by ReverseLogic 2 years, 8 months ago

Hi,

I am wishing to add raytracing to my opengl engine, and have been told the only way is to use vulkan for that aspect of the engine, via interop. My question is, are there any tutorials or code samples you know of that demonstrate how to achieve this?

Github or similar?

Thanks.

None

Advertisement

My belly feeling tells me porting your engine to Vulkan would be less pain and compromise. Because RT is expensive, additional overhead form using two APIs might be just too much, and the performance win you can get from low level API might be really needed. Personally i got a speedup of two when moving from GL to VK (mostly compute shaders / very little rendering).


Yeah I have tried that, but a lot of my code is tied up with GL and QT for the IDE, so it didn't really work out for me. Thanks.

None

This topic is closed to new replies.

Advertisement