diff options
author | Michael Bien <[email protected]> | 2009-11-06 01:51:44 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-11-06 01:51:44 +0100 |
commit | 6b0a2ca7a6d03b280c018bf9de5b385451399022 (patch) | |
tree | 6d5e215f36b48c7b20f18938752084524eb75435 /resources/opencl.h | |
parent | 3d8df0c175ff84ac7b42e0ee5f247099b953514a (diff) |
added cl_ext header to build - extensions are now included in CL and CLGLI api.
fixed create context codepaths with platform ID as parameter in high level api.
updated test.
Diffstat (limited to 'resources/opencl.h')
-rw-r--r-- | resources/opencl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/opencl.h b/resources/opencl.h index ab05e15a..d1b0c795 100644 --- a/resources/opencl.h +++ b/resources/opencl.h @@ -1,6 +1,7 @@ #include <CL/cl_platform.h> #include <CL/cl.h> +#include <CL/cl_ext.h> #ifdef _WIN32 #include <windows.h> |