---- Reported by mbien@fh-landshut.de 2007-10-09 14:58:22 ---- DebugGL could add additional checks to some methods. e.g: bounds checks for methods containing Buffers and indices as arguments (causing often VM crash if out of bounds or not rewinded - and a lot of confusion for beginners) ---- Additional Comments From kbr 2007-10-09 18:34:32 ---- Agreed. It would be helpful if you could look into enhancing GlueGen or the BuildComposablePipeline class to autogenerate these kinds of range checks. There are already some range checks for the simple cases, but I agree that more are needed for best behavior. However it will be a while before the JOGL development team has time to investigate this. --- Bug imported by sgothel@jausoft.com 2010-03-24 07:50 EDT --- This bug was previously known as _bug_ 320 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=320