aboutsummaryrefslogtreecommitdiffhomepage
path: root/cuda_base/build/wrapper.h
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2022-01-26 11:32:20 +0100
committerAndrzej Janik <[email protected]>2022-01-26 11:32:20 +0100
commit07aa1103aae2849116f6e8df745e222d3d57e031 (patch)
tree13861a52ef8dafc479484964daa5d600db53d86c /cuda_base/build/wrapper.h
parent6f76c8b34c2132b98491d60b5120d60fb2fc80e1 (diff)
downloadZLUDA-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.h3
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