comparison opencl/wrapper.d @ 3:c78ffc9a7434 default tip

* corrected import declarations * fixed bug in Program
author Trass3r
date Thu, 15 Apr 2010 03:20:03 +0200
parents 3cea44337083
children
comparison
equal deleted inserted replaced
2:01d502efe0c4 3:c78ffc9a7434
2 * 2 *
3 */ 3 */
4 module opencl.wrapper; 4 module opencl.wrapper;
5 5
6 import opencl.error; 6 import opencl.error;
7 import opencl.c.opencl; 7 import opencl.c.cl;
8 8
9 // alternate Info getter functions 9 // alternate Info getter functions
10 private alias extern(C) cl_int function(const(void)*, const(void*), cl_uint, size_t, void*, size_t*) Func; 10 private alias extern(C) cl_int function(const(void)*, const(void*), cl_uint, size_t, void*, size_t*) Func;
11 11
12 /// abstract base class 12 /// abstract base class