2D image interface for GL interop. More...
#include <cl.hpp>
Public Member Functions | |
Image2DGL (const Context &context, cl_mem_flags flags, GLenum target, GLint miplevel, GLuint texobj, cl_int *err=NULL) | |
Image2DGL () | |
Image2DGL (const Image2DGL &image) | |
Image2DGL & | operator= (const Image2DGL &rhs) |
2D image interface for GL interop.
cl::Image2DGL::Image2DGL | ( | const Context & | context, | |
cl_mem_flags | flags, | |||
GLenum | target, | |||
GLint | miplevel, | |||
GLuint | texobj, | |||
cl_int * | err = NULL | |||
) | [inline] |
cl::Image2DGL::Image2DGL | ( | ) | [inline] |
cl::Image2DGL::Image2DGL | ( | const Image2DGL & | image | ) | [inline] |
Reimplemented from cl::Image2D.