Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenGL interop
1 participant