Re: JOCL texture generation
Posted by
Wade Walker on
Mar 12, 2014; 1:26am
URL: https://forum.jogamp.org/JOCL-texture-generation-tp4031853p4031861.html
Do you have a compilable, small, self-contained piece of code that we could use for a test? It doesn't look like we have a test of OpenGL textures written by OpenCL, so I'd be keen to add it to our suite if you've got something we can debug.
We do have a test of a shared GL_VERTEX_ARRAY at
https://github.com/JogAmp/jocl/blob/master/test/com/jogamp/opencl/gl/CLGLTest.java which might be helpful to you, but it doesn't write the buffer from OpenCL, it just verifies that the contents match the OpenGL contents.