class VulkanRendererTest_RotationRenderTest_Test
Defined at line 1030 of file ../../src/ui/scenic/lib/flatland/renderer/tests/renderer_unittest.cc
This test actually renders a rectangle using the VKRenderer. We create a single rectangle,
with a half-red, half-green texture, and translate it. The render target is 32x16
and the rectangle is 6x2. So in the end the result should look like this:
----------------
----------------
----------------
------RRGG------
------RRGG------
----------------
----------------
----------------
It then renders the renderable more times, rotating it 90* clockwise each time. This results in
the following images:
----------------
----------------
-------RR-------
-------RR-------
-------GG-------
-------GG-------
----------------
----------------
----------------
----------------
----------------
------GGRR------
------GGRR------
----------------
----------------
----------------
----------------
----------------
-------GG-------
-------GG-------
-------RR-------
-------RR-------
----------------
----------------
Public Methods
void VulkanRendererTest_RotationRenderTest_Test ()
Defined at line 1030 of file ../../src/ui/scenic/lib/flatland/renderer/tests/renderer_unittest.cc
void VulkanRendererTest_RotationRenderTest_Test (const VulkanRendererTest_RotationRenderTest_Test & )
Defined at line 1030 of file ../../src/ui/scenic/lib/flatland/renderer/tests/renderer_unittest.cc
VulkanRendererTest_RotationRenderTest_Test & operator= (const VulkanRendererTest_RotationRenderTest_Test & )
Defined at line 1030 of file ../../src/ui/scenic/lib/flatland/renderer/tests/renderer_unittest.cc