Login  Register

Re: How do you create a VAO object in JOGL (java) to use with shaders

Posted by elect on Feb 11, 2016; 10:46am
URL: https://forum.jogamp.org/How-do-you-create-a-VAO-object-in-JOGL-java-to-use-with-shaders-tp4036166p4036179.html

gouessej wrote
Rather always use direct NIO buffers because JOGL is forced to create them under the hood when you pass arrays or indirected NIO buffers
I didn't know that..

gouessej wrote
 and using NIO buffers isn't very difficult.
Well, I had a lot of trouble with positions, view buffer and so on.. I am gonna write a wiki about it