Merge branch 'shaderRenderLoopTest-fix-getFloatFractionUniformType' into 'master'
authorPyry Haulos <phaulos@google.com>
Wed, 23 Dec 2015 06:09:26 +0000 (01:09 -0500)
committerPyry Haulos <phaulos@google.com>
Wed, 23 Dec 2015 06:09:26 +0000 (01:09 -0500)
Shader render loop test: fix getFloatFractionUniformType  function

It seems getFloatFractionUniformType should return fraction "uniform types", not integral values.

it is used to generate uniform values used in test - which, according to shader sources, should be fractions.

See merge request !202


Trivial merge