diff options
author | Michael Bien <[email protected]> | 2010-06-15 00:18:09 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-06-15 00:18:09 +0200 |
commit | 6379f5ff97582160f8e4074e083129b6322b89fe (patch) | |
tree | 0436d641e874a21bdd00784020c8f354a237576a /resources/createTagletProps.sh | |
parent | 86abb5fecf48c7df8dcad653b5ec03f349558050 (diff) |
OpenCL 1.1 support.OpenCL1.1
- updated headers
- removed deprecated function from HLB
- updated javadoc taglets and all references
- disabled cl_vendor_ext.h since most of them are now in the official headers
- TODO revisit callbacks
Diffstat (limited to 'resources/createTagletProps.sh')
-rw-r--r-- | resources/createTagletProps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/createTagletProps.sh b/resources/createTagletProps.sh index c89a2a04..af3312e8 100644 --- a/resources/createTagletProps.sh +++ b/resources/createTagletProps.sh @@ -1,5 +1,5 @@ #download index -root=http://www.khronos.org/opencl/sdk/1.0/docs/man/xhtml/ +root=http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/ toc=Opencl_tofc.html wget ${root}/${toc}; #find links to cl* function doc |