Login  Register

Re: vbo exception

Posted by siddharth.cmdz on Nov 24, 2014; 5:48am
URL: https://forum.jogamp.org/vbo-exception-tp4033611p4033622.html

thanks goussej...this is really an excellent set of tutorials.. is this link added in jogls tutorial/wiki page? If not, Im sure a lot of folks would benefit from this. As for my issue, it was a simple bug on my code, i didnt bind the texture properly. I used Cg before transitioning to glsl now, i could have sworn in Cg, you pass the texture object as the sampler uniform as opposed to the texture unit to be passed as the uniform. oh well...everything works now.