blender/intern/gawain
Clément Foucault ef1918d312 Gawain: Fix instancing messing next draw.
Everything was fine if one batch is always used with instancing. But problem arise if the next drawcall for this batch is not using instancing as the attrib divisor stays set to 1 in th VAO.

As instancing is less used than normal drawing I prefer to reset the divisor after drawing as it is reset before drawing instances.
2017-10-11 02:15:42 +02:00
..
gawain Gawain: Make common uniforms become builtins 2017-10-08 15:49:25 +02:00
src Gawain: Fix instancing messing next draw. 2017-10-11 02:15:42 +02:00
CMakeLists.txt Cleanup: use 'gwn' prefix for gawain filenames 2017-08-16 00:25:47 +10:00