qt5base-lts/tests/manual/rhi/tessellation
Ben Fletcher 1c3ae79ad3 rhi: Add support for polygon fill mode
Support for Polygon Mode (Triangle Fill Mode in Metal, Fill Mode in D3D)
in the RHI graphics pipeline.

Options are Fill and Line

Status:
    OpenGL - ok
    Vulkan - ok
    Metal - ok
    D3D11 - ok
    OpenGL ES - does not support glPolygonMode.

Change-Id: I20b7ef416624700c3dc8d1cbe6474f4ca3889db8
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2022-01-31 08:52:05 -08:00
..
buildshaders.bat rhi: Add the basic infrastructure for tessellation support 2022-01-13 13:44:29 +01:00
CMakeLists.txt rhi: Add the basic infrastructure for tessellation support 2022-01-13 13:44:29 +01:00
tessellation.cpp rhi: Add support for polygon fill mode 2022-01-31 08:52:05 -08:00
test.frag rhi: Add the basic infrastructure for tessellation support 2022-01-13 13:44:29 +01:00
test.frag.qsb rhi: Add the basic infrastructure for tessellation support 2022-01-13 13:44:29 +01:00
test.tesc rhi: Add the basic infrastructure for tessellation support 2022-01-13 13:44:29 +01:00
test.tesc.qsb rhi: Add the basic infrastructure for tessellation support 2022-01-13 13:44:29 +01:00
test.tese rhi: Add the basic infrastructure for tessellation support 2022-01-13 13:44:29 +01:00
test.tese.qsb rhi: Add the basic infrastructure for tessellation support 2022-01-13 13:44:29 +01:00
test.vert rhi: Add the basic infrastructure for tessellation support 2022-01-13 13:44:29 +01:00
test.vert.qsb rhi: Add the basic infrastructure for tessellation support 2022-01-13 13:44:29 +01:00