Re: JOCL texture generation
Posted by Wade Walker on Mar 15, 2014; 6:35pm
URL: https://forum.jogamp.org/JOCL-texture-generation-tp4031853p4031920.html
Yes, GL_INTEROP = false works correctly for me. GL_INTEROP = true looks like we're just looking at uninitialized graphics memory, which implies the OpenCL code isn't writing to it. I'll look closer to see if there's anything obviously wrong. But I don't get any exception, it seems to run fine.