tests: Clean up and bug fixes
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Mon, 27 Oct 2014 15:48:52 +0000 (09:48 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 31 Oct 2014 21:29:19 +0000 (15:29 -0600)
commitc3f4ac81ef441e4aa62bd9a8f11ddae6bdbdd9fb
tree3a7f2eadd6a378b7d1e877b57c71056d1ff7eba2
parenta4e4a3fc4e7b2034ef02cb344ad76077451b99f0
tests: Clean up and bug fixes

Copy correct amount of data to data buffer.
Misc code format cleanup
Update TriangleVSUniform to use uniform block.
For some reason the previous plain uniform mat4 mvp
was no longer working so added that as a separate
test to debug.
Changing the order of the matrix multiply
(mat4 * vec) vs. (vec * mat4) does allow the plain
uniform case to work - but that really shouldn't matter.
Something odd going on.
tests/render_tests.cpp