mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests/shader_runner: Print a summary of the runner capabilities in run_shader_tests().
This commit is contained in:
committed by
Alexandre Julliard
parent
930fbcbb26
commit
f15a0ace3e
Notes:
Alexandre Julliard
2024-02-19 23:00:22 +01:00
Approved-by: Zebediah Figura (@zfigura) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/658
@@ -1338,6 +1338,10 @@ void run_shader_tests(struct shader_runner *runner, const struct shader_runner_c
|
||||
const char *testname;
|
||||
FILE *f;
|
||||
|
||||
trace(" float64: %u.\n", caps->float64);
|
||||
trace(" int64: %u.\n", caps->int64);
|
||||
trace(" rov: %u.\n", caps->rov);
|
||||
|
||||
if (!test_options.filename)
|
||||
fatal_error("No filename specified.\n");
|
||||
|
||||
|
Reference in New Issue
Block a user