mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
tests/shader_runner: Trace the "clip-planes" cap.
This commit is contained in:
parent
54092286be
commit
3ddf46649b
Notes:
Henri Verbeet
2024-10-10 23:00:15 +02:00
Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1146
@ -1679,6 +1679,7 @@ void run_shader_tests(struct shader_runner *runner, const struct shader_runner_c
|
|||||||
trace(" rov: %u.\n", caps->rov);
|
trace(" rov: %u.\n", caps->rov);
|
||||||
trace(" wave-ops: %u.\n", caps->wave_ops);
|
trace(" wave-ops: %u.\n", caps->wave_ops);
|
||||||
trace(" depth-bounds: %u.\n", caps->depth_bounds);
|
trace(" depth-bounds: %u.\n", caps->depth_bounds);
|
||||||
|
trace(" clip-planes: %u.\n", caps->clip_planes);
|
||||||
trace_format_cap(caps, FORMAT_CAP_UAV_LOAD, "uav-load");
|
trace_format_cap(caps, FORMAT_CAP_UAV_LOAD, "uav-load");
|
||||||
|
|
||||||
if (!test_options.filename)
|
if (!test_options.filename)
|
||||||
|
Loading…
Reference in New Issue
Block a user