Zebediah Figura : tests: Rename struct shader_context to struct shader_runner.

Alexandre Julliard julliard at winehq.org
Mon Mar 21 17:18:45 CDT 2022


Module: vkd3d
Branch: master
Commit: 5841e79102f400839c46462b17e575a7ff399d58
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=5841e79102f400839c46462b17e575a7ff399d58

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Sat Mar 19 12:35:31 2022 -0500

tests: Rename struct shader_context to struct shader_runner.

This is a bit clearer, and avoids colliding with other things named "context",
e.g. struct test_context, or d3d11 device contexts.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 tests/shader_runner.c       | 90 ++++++++++++++++++++++-----------------------
 tests/shader_runner.h       | 12 +++---
 tests/shader_runner_d3d11.c | 20 +++++-----
 tests/shader_runner_d3d12.c | 20 +++++-----
 4 files changed, 71 insertions(+), 71 deletions(-)

Diff:   https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=5841e79102f400839c46462b17e575a7ff399d58



More information about the wine-cvs mailing list