memo / ofxMSAOpenCL

C++ openFrameworks addon for very simple to use wrapper for OpenCL. All underlying openCL objects are accessible to allow advanced features too if need be
http://www.memo.tv/ofxmsaopencl/
Other
88 stars 35 forks source link

Image Example not working #22

Open jpericas22 opened 5 years ago

jpericas22 commented 5 years ago

running the example returns

msa::OpenCLImage::initFromTexture(ofTexture&, cl_mem_flags, int): Assertion `err == CL_SUCCESS' failed.

i have logged the error and it returns a "-4" value, it doesn't associate with none of the previous errors in the asserts.

Thanks in advance!

jpericas22 commented 5 years ago

also Particles project returns this error after creating the context

example-Particles_debug: /build/beignet-Bevceu/beignet-1.3.2/src/cl_mem_gl.c:47: cl_mem_new_gl_buffer: Assertion `0' failed.