On Thu Jan 25 15:19:35 2024 +0000, Henri Verbeet wrote:
- 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...