25 Jan
2024
25 Jan
'24
3:19 p.m.
On Thu Jan 25 15:19:35 2024 +0000, Henri Verbeet wrote:
```diff - check_depth_stencil_sampling(&context, pso_compare, cb,
texture, dsv_handle, srv_heap, 0.0f);
+ check_depth_stencil_sampling(&context, pso_compare, cb, texture, dsv_handle, srv_heap, 0.0f, tests[i].is_mvk_bug); ``` Are we missing an is_mvk_device() there? He, right. I was probably undecided on whether putting it inside the callee or inside the caller...
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/531#note_59010