Conor McCarthy : tests/hlsl: Add a tessellation test.
Module: vkd3d Branch: master Commit: 2379bda36f87ae8140a105d8618bc182ad5f4e61 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/2379bda36f87ae8140a105d8618bc1... Author: Conor McCarthy <cmccarthy(a)codeweavers.com> Date: Mon Apr 8 14:37:32 2024 +1000 tests/hlsl: Add a tessellation test. --- Makefile.am | 1 + tests/hlsl/tessellation.shader_test | 98 +++++++++++++++++++++++++++++++++++++ tests/shader_runner.c | 72 +++++++++++++++++++++++++++ tests/shader_runner.h | 4 ++ tests/shader_runner_d3d11.c | 65 ++++++++++++++++++++++-- tests/shader_runner_d3d12.c | 41 ++++++++++++++-- tests/shader_runner_gl.c | 37 ++++++++++++-- tests/shader_runner_vulkan.c | 27 ++++++++-- 8 files changed, 326 insertions(+), 19 deletions(-)
participants (1)
-
Alexandre Julliard