class VulkanRendererTest_FlipUpDownAndRotate90RenderTest_Test

Defined at line 1469 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 (with red on top). We translate it and flip the texture on

the up-down axis. The render target is 32x16 and the rectangle is 1x2. So in the end the result

should look like this (note that green is now first):

G---------

R---------

----------

It then renders the renderable more one more time, rotating it 90* clockwise. This results in the

following image:

--------RG

----------

----------

Public Methods

void VulkanRendererTest_FlipUpDownAndRotate90RenderTest_Test ()

Defined at line 1469 of file ../../src/ui/scenic/lib/flatland/renderer/tests/renderer_unittest.cc

void VulkanRendererTest_FlipUpDownAndRotate90RenderTest_Test (const VulkanRendererTest_FlipUpDownAndRotate90RenderTest_Test & )

Defined at line 1469 of file ../../src/ui/scenic/lib/flatland/renderer/tests/renderer_unittest.cc

VulkanRendererTest_FlipUpDownAndRotate90RenderTest_Test & operator= (const VulkanRendererTest_FlipUpDownAndRotate90RenderTest_Test & )

Defined at line 1469 of file ../../src/ui/scenic/lib/flatland/renderer/tests/renderer_unittest.cc