Re: Possible to use vertex shader without vbo?
Posted by
gouessej on
May 28, 2015; 1:51pm
URL: https://forum.jogamp.org/Possible-to-use-vertex-shader-without-vbo-tp4034532p4034537.html
Actually, you're wrong. You can use ImmModeSink to ease the port but VBOs are ideal for any case, they are intended to replace the whole immediate mode. You can use the dynamic or the stream draw mode.