diff options
author | Michael Bien <[email protected]> | 2010-01-22 18:02:35 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-01-22 18:02:35 +0100 |
commit | 9ca000faa6aea6771ff5cf209846ef7fb9ff227a (patch) | |
tree | 9c4494df5b3fd688a993c4e1672934950cb8919d /resources/cl-impl.cfg | |
parent | 468928edc68896718f0a27b47d59ddad2c892967 (diff) |
dynamic dispatch via CLProcAddressTable for OpenCL extensions.
made CLProgram failsafe, updated tests.
Diffstat (limited to 'resources/cl-impl.cfg')
-rw-r--r-- | resources/cl-impl.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg index c2af12cf..ec2718df 100644 --- a/resources/cl-impl.cfg +++ b/resources/cl-impl.cfg @@ -16,6 +16,12 @@ ClassJavadoc CLImpl */ ImplJavaClass CLImpl Implements CLImpl CLGLI +EmitProcAddressTable true +ProcAddressTableClassName CLProcAddressTable +GetProcAddressTableExpr addressTable +ProcAddressNameExpr $UpperCase(arg) +ForceProcAddressGen clGetGLContextInfoKHR + #append to generated c files CustomCCode #include <CL/cl.h> CustomCCode #include <GL3/gl3.h> |