Merge branch 'jbolz_draw_instance_index' into 'master'
authorPyry Haulos <phaulos@google.com>
Sun, 3 Jan 2016 21:55:28 +0000 (16:55 -0500)
committerPyry Haulos <phaulos@google.com>
Sun, 3 Jan 2016 21:55:28 +0000 (16:55 -0500)
Change instanceID shader to use InstanceIndex

Change gl_InstanceID to gl_InstanceIndex. Add location qualifier on fragment input. Increase size of rendertarget to reduce likelihood of false success due to fuzzy compare.

Fixes #123.

See merge request !216


Trivial merge