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

Allow OpenGL calls in render loop #43

Open
natevm opened this issue Dec 9, 2022 · 0 comments
Open

Allow OpenGL calls in render loop #43

natevm opened this issue Dec 9, 2022 · 0 comments

Comments

@natevm
Copy link
Contributor

natevm commented Dec 9, 2022

I had someone reach out and ask if it might be possible to use immediate mode opengl calls inside the renderloop to rasterize lines and other debugging symbols on top of the ray traced final image.

This could be made possible by using OpenGL and Vulkan interop in the GPRT backend.

Open questions

  • How might this impact profiling?
  • What about performance over a native Vulkan solution?
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