This repository was archived by the owner on Mar 29, 2025. It is now read-only.
Commit 90a551a
Raniz
Consolidated types and OpenGL interop
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.1 parent 3a97378 commit 90a551a
File tree
20 files changed
+10909
-10070
lines changed- cuda-driver-sys
- src
- cuda-gl-interop-sys
- src
- cuda-runtime-sys
- src
- cuda-types-sys
- src
20 files changed
+10909
-10070
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 5 | + | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
| |||
0 commit comments