glsl-optimizer icon indicating copy to clipboard operation
glsl-optimizer copied to clipboard

updated ir_print_glsl_visitor to preserve uniform block definitions on on output

Open ttg-bherrera opened this issue 10 years ago • 2 comments

handles layout packing specification

does not handle explicit layout block location or binding (this does not appear to be available in the high level intermediate representation of interface block type. that information is in the 'data' member of an ir_variable node only, it appears).

also added vs2013 projects.

ttg-bherrera avatar Feb 18 '15 23:02 ttg-bherrera

Thanks, needed exactly this change, lucky you did it a few days ago!

xen2 avatar Feb 24 '15 05:02 xen2

Glad it was useful.

ttg-bherrera avatar Feb 24 '15 21:02 ttg-bherrera