diff options
author | Andrzej Janik <[email protected]> | 2022-01-26 11:32:20 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2022-01-26 11:32:20 +0100 |
commit | 07aa1103aae2849116f6e8df745e222d3d57e031 (patch) | |
tree | 13861a52ef8dafc479484964daa5d600db53d86c /cuda_base/build/wrapper.h | |
parent | 6f76c8b34c2132b98491d60b5120d60fb2fc80e1 (diff) | |
download | ZLUDA-07aa1103aae2849116f6e8df745e222d3d57e031.tar.gz ZLUDA-07aa1103aae2849116f6e8df745e222d3d57e031.zip |
Add OGL interop to cuda proc macros
Diffstat (limited to 'cuda_base/build/wrapper.h')
-rw-r--r-- | cuda_base/build/wrapper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cuda_base/build/wrapper.h b/cuda_base/build/wrapper.h new file mode 100644 index 0000000..beebe10 --- /dev/null +++ b/cuda_base/build/wrapper.h @@ -0,0 +1,3 @@ +#define __CUDA_API_VERSION_INTERNAL
+#include <cuda.h>
+#include <cudaGL.h>
\ No newline at end of file |