Module: vkd3d Branch: master Commit: 13ac795061ea147a66e0d328ad8261685ccdb7e6 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/13ac795061ea147a66e0d328ad8261...
Author: Evan Tang etang@codeweavers.com Date: Fri Oct 13 16:27:44 2023 -0500
tests/shader-runner: Support testing for integer pixel data.
Modified by Conor McCarthy to use read_uint() and read_uint4().
---
tests/d3d12.c | 5 --- tests/d3d12_test_utils.h | 48 ---------------------------- tests/shader_runner.c | 62 +++++++++++++++++++++++++++++------- tests/utils.h | 82 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 133 insertions(+), 64 deletions(-)