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-common.cfg | |
parent | 468928edc68896718f0a27b47d59ddad2c892967 (diff) |
dynamic dispatch via CLProcAddressTable for OpenCL extensions.
made CLProgram failsafe, updated tests.
Diffstat (limited to 'resources/cl-common.cfg')
-rw-r--r-- | resources/cl-common.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/cl-common.cfg b/resources/cl-common.cfg index e7d761ca..46ee61e5 100644 --- a/resources/cl-common.cfg +++ b/resources/cl-common.cfg @@ -72,10 +72,11 @@ NioDirectOnly clGetProgramInfo NioDirectOnly clGetSamplerInfo NioDirectOnly clSetCommandQueueProperty NioDirectOnly clWaitForEvents - #NioDirectOnly clCreateContext #NioDirectOnly clBuildProgram +#extensions +NioDirectOnly clGetGLContextInfoKHR #common rename emitted struct accessors #struct cl_image_format |