Login  Register

Why CLEventList has fixed size?

Posted by Wibowit on Mar 20, 2011; 10:08am
URL: https://forum.jogamp.org/Why-CLEventList-has-fixed-size-tp2705613.html

Hi Michael,

I wonder why you've opted for fixed size CLEventList? It brings a lot of disadvantages. Why didn't you just extend List<CLEvent> and add some implementation specific functions?

I could write a wrapper event list and wrappers for functions requiring CLEventList but that would be a unnecessary bloat.

Is there a chance for a normal, dynamically-sized collection?