Bugzilla – Bug 112
clCreateFromGLBuffer uses "int" instead of "cl_int"
Last modified: 2009-03-14 21:35:14 PDT
in the CL_GL header file, clCreateFromGLBuffer has int * /* errcode_ret */ which should probably be: cl_int * /* errcode_ret */ although the specs use "int" currently too (+for all the other clCreateFromXXXXX functions too, which is different to header file), will post another report about this.