Beispiel #1
0
 public static cl_mem CreateFromGLBuffer(cl_context context, cl_mem_flags flags, GLuint bufobj, out ErrorCode errcode_ret)
 {
     return(OpenCLAPI.clCreateFromGLBuffer(context, flags, bufobj, out errcode_ret));
 }