#include <cl.hpp>
Public Member Functions | |
Image3DGL (const Context &context, cl_mem_flags flags, GLenum target, GLint miplevel, GLuint texobj, cl_int *err=NULL) | |
Image3DGL () | |
Image3DGL (const Image3DGL &image) | |
Image3DGL & | operator= (const Image3DGL &rhs) |
cl::Image3DGL::Image3DGL | ( | const Context & | context, | |
cl_mem_flags | flags, | |||
GLenum | target, | |||
GLint | miplevel, | |||
GLuint | texobj, | |||
cl_int * | err = NULL | |||
) | [inline] |
cl::Image3DGL::Image3DGL | ( | ) | [inline] |
cl::Image3DGL::Image3DGL | ( | const Image3DGL & | image | ) | [inline] |
Reimplemented from cl::Image3D.