Re: I've Tried Everything... What's going on here?
Posted by sailsman63 on Dec 27, 2020; 12:33am
URL: https://forum.jogamp.org/SOLVED-Purple-and-Green-Lines-Stripes-on-All-JOGL-Windows-tp4040923p4040930.html
The Xerxes example is using an `ImmModeSink` It's essentially emulating immediate mode, but buffers the data from all of the fixed commands, and sends a modern set of data buffers + shader to the actual GPU.
Might wish to try printing out the results of `glAvailabilityToString()` just to see what JOGL thinks it's working with.