Re: CommandQueue/Buffer change request
Posted by Michael Bien on Nov 22, 2011; 6:02pm
URL: https://forum.jogamp.org/CommandQueue-Buffer-change-request-tp3525736p3528515.html
+ i would also love to make the whole low level binding ignore the position attribute entirely. However this would break so many things for people already using jocl that this will probably never happen (maybe in a .0 release).
this would not only simplify the low level binding (less generated code, smaller, maybe faster) but would also simplify client code and help to detect bugs in many cases.
one of the most occurring "facepalm situations" is still the missing .flip() or .rewind(). (which often causes segfaults btw)
-michael