qt5base-lts/tests/manual/rhi/stenciloutline
Laszlo Agocs 2c639aea76 rhi: Add a manual test for simple stencil-based outline
Interesting on its own just because it exercises stencil testing,
unlike any of the other existing manual tests.

In addition it serves as a base example for how outlines could be
done, it is one possible approach at least. (render with stencil
write, then render again slightly scaled up with a solid color with
testing against the stencil buffer content)

Change-Id: I0c845a9004136f229cab037f6f0aab2f772bdd76
Reviewed-by: Christian Strømme <christian.stromme@qt.io>
2022-10-25 15:19:41 +02:00
..
buildshaders.bat rhi: Add a manual test for simple stencil-based outline 2022-10-25 15:19:41 +02:00
CMakeLists.txt rhi: Add a manual test for simple stencil-based outline 2022-10-25 15:19:41 +02:00
material.frag rhi: Add a manual test for simple stencil-based outline 2022-10-25 15:19:41 +02:00
material.frag.qsb rhi: Add a manual test for simple stencil-based outline 2022-10-25 15:19:41 +02:00
material.vert rhi: Add a manual test for simple stencil-based outline 2022-10-25 15:19:41 +02:00
material.vert.qsb rhi: Add a manual test for simple stencil-based outline 2022-10-25 15:19:41 +02:00
stenciloutline.cpp rhi: Add a manual test for simple stencil-based outline 2022-10-25 15:19:41 +02:00