Re: Problem running JOCL on Linux
Posted by notzed on Jun 23, 2011; 7:11am
URL: https://forum.jogamp.org/Problem-running-JOCL-on-Linux-tp3093748p3098831.html
Just use t += 1, ++ is not allowed for float types according to the opencl spec (S6.3.d) but not every compiler enforces this.