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

OpenGL interop #24

Open
Raniz85 opened this issue Sep 17, 2020 · 0 comments · May be fixed by #26
Open

OpenGL interop #24

Raniz85 opened this issue Sep 17, 2020 · 0 comments · May be fixed by #26

Comments

@Raniz85
Copy link

Raniz85 commented Sep 17, 2020

I need to access the OpenGL interop functions found in cuda_gl_interop.h. The documentation lists them under the Runtime API so they might fit inside the runtime crate.

It does use a few OpenGL types so a dependency on the gl crate is probably needed as well. I don't know how hard it is to add feature flags for different bindgens so maybe a cuda-gl-interop-sys crate is the better route.

Interop crates/features for D3D could probably be added at the same time in a similar manner.

@Raniz85 Raniz85 linked a pull request Sep 24, 2020 that will close this issue
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 a pull request may close this issue.

1 participant