diff options
author | Michael Bien <[email protected]> | 2010-04-24 22:52:59 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-24 22:52:59 +0200 |
commit | 1be089aa2acaeef8670a5b19e7c2d08e7c87cb94 (patch) | |
tree | 7603ab625577ade69b8a2b135615e05378b659cf /resources/cl-impl.cfg | |
parent | 7674ff2b486ee8d0ad6a7457431024b58a1b927a (diff) |
clGetExtensionFunctionAddress returns now a long.
Diffstat (limited to 'resources/cl-impl.cfg')
-rw-r--r-- | resources/cl-impl.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg index a404398f..34753eb7 100644 --- a/resources/cl-impl.cfg +++ b/resources/cl-impl.cfg @@ -32,8 +32,9 @@ ForceProcAddressGen clGetGLTextureInfo ForceProcAddressGen clIcdGetPlatformIDsKHR Unignore clGetExtensionFunctionAddress -#AccessControl clGetExtensionFunctionAddress PACKAGE_PRIVATE -ArgumentIsString clGetExtensionFunctionAddress 0 +RenameJavaMethod clGetExtensionFunctionAddress clGetExtensionFunctionAddressImpl +AccessControl clGetExtensionFunctionAddressImpl PRIVATE +ArgumentIsString clGetExtensionFunctionAddressImpl 0 #append to generated c files CustomCCode #include <CL/cl.h> |