Merge branch 'pipeline-input_assembly-pointSize' into 'master'
authorPyry Haulos <phaulos@google.com>
Wed, 23 Dec 2015 06:07:08 +0000 (01:07 -0500)
committerPyry Haulos <phaulos@google.com>
Wed, 23 Dec 2015 06:07:08 +0000 (01:07 -0500)
commit09620c5ec8b8ba961583376cd78caf1af0ecad9a
tree27249edd47ca4275d235f516bf205a0850e6c3e2
parent539f0d8b1a302265d39fbb183a1f4976c220201c
parent3d6c2e972dc71c3d9f5d7d808b113b727e3939a4
Merge branch 'pipeline-input_assembly-pointSize' into 'master'

InputAssemblyTests: fix point list test

The test compares image generated by Vulkan to image rendered by reference renderer.

As Vulkan path sets gl_PointSize to 3, same must be done in ref renderer to make test pass.

See merge request !200