comparison opencl/c/cl_gl.d @ 3:c78ffc9a7434 default tip

* corrected import declarations * fixed bug in Program
author Trass3r
date Thu, 15 Apr 2010 03:20:03 +0200
parents 01d502efe0c4
children
comparison
equal deleted inserted replaced
2:01d502efe0c4 3:c78ffc9a7434
28 * OpenGL dependencies. The application is responsible for #including 28 * OpenGL dependencies. The application is responsible for #including
29 * OpenGL or OpenGL ES headers before #including cl_gl.h. 29 * OpenGL or OpenGL ES headers before #including cl_gl.h.
30 */ 30 */
31 module opencl.c.cl_gl; 31 module opencl.c.cl_gl;
32 32
33 //import opencl.c.platform; 33 //import opencl.c.cl_platform;
34 import opencl.c.cl; 34 import opencl.c.cl;
35 35
36 extern(C): 36 extern(C):
37 37
38 typedef cl_uint cl_gl_object_type; 38 typedef cl_uint cl_gl_object_type;