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

Consolidated types and OpenGL interop #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Raniz85
Copy link

@Raniz85 Raniz85 commented Sep 24, 2020

Added all types into a shared crate called cuda-types-sys. Both
cuda-driver-sys and cuda-runtime-sys depends on this crate and
blacklists all types themselves.

Added cuda-gl-interop-sys that contains all GL functions from
cuda_gl_interop.h. It depends on cuda-types-sys as well as the external
gl crate for OpenGL types like GLuint.

This is a breaking change so I upped the version to 0.4.0-alpha.1.

This fixes #24 and #25 .

Added all types into a shared crate called cuda-types-sys. Both
cuda-driver-sys and cuda-runtime-sys depends on this crate and
blacklists all types themselves.

Added cuda-gl-interop-sys that contains all GL functions from
cuda_gl_interop.h. It depends on cuda-types-sys as well as the external
gl crate for OpenGL types like GLuint.
@Raniz85
Copy link
Author

Raniz85 commented Jan 19, 2022

@termoshtt Is this repo dead?

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 this pull request may close these issues.

OpenGL interop
1 participant