ingowald / optix7course

Apache License 2.0
452 stars 80 forks source link

Q&A: OptiX (CUDA) to OpenGL interop #31

Closed bipul-mohanto closed 2 years ago

bipul-mohanto commented 2 years ago

As OptiX 7.0-7.4 is a low-level API, based on CUDA, interoperability from CUDA to other low-level APIs, e.g., VKR, DXR, even OpenGL is possible.

From this course, example01-12, is there any CUDA to OpenGL interop available? If not, could you suggest some sources?