On 17 October 2016 at 23:07, Jan Ziak <0xe2.0x9a.0x9b at gmail.com> wrote: > - exec_list assign_list; > + arraylist<ir_assignment*,4> assign_list; > Just an FYI - when people started using C++ for glsl there was an agreement that templating is not to be used. Not sure if it still holds true, nowadays. Emil