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

Particle example doesn't compile with USE_OPENGL_CONTEXT off #5

Open SoylentGraham opened 11 years ago

SoylentGraham commented 11 years ago

Working on windows, so seeing testing without the opengl context... Will work on a pull-request when I get a chance, but for now; (Just to get it compiling)

clMemPosVBO.read( particlesPos, 0, sizeof(float2) * NUM_PARTICLES, true );

and I've just commented out OpenCL::setupFromOpenGL entirely as variables are in the wrong place