Skip to content
Snippets Groups Projects
Commit 9c9b1fad authored by Giovanni Mascellani's avatar Giovanni Mascellani Committed by Alexandre Julliard
Browse files

tests: Use a uint target for rendering uint data.

This fixes a failure in MoltenVK.
parent 5e7f9d4d
No related branches found
No related tags found
1 merge request!532vkd3d: Assorted fixes for MoltenVK, part 1.
......@@ -35376,7 +35376,7 @@ static void test_bufinfo_instruction(void)
 
memset(&desc, 0, sizeof(desc));
desc.rt_width = desc.rt_height = 64;
desc.rt_format = DXGI_FORMAT_R32G32B32A32_FLOAT;
desc.rt_format = DXGI_FORMAT_R32G32B32A32_UINT;
desc.no_root_signature = true;
desc.no_pipeline = true;
if (!init_test_context(&context, &desc))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment