Commit f58fe845 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

d3d11/tests: Fix render target format in test_resinfo_instruction().

parent 241e99dc
...@@ -14069,7 +14069,7 @@ static void test_resinfo_instruction(void) ...@@ -14069,7 +14069,7 @@ static void test_resinfo_instruction(void)
texture_desc.Height = 64; texture_desc.Height = 64;
texture_desc.MipLevels = 1; texture_desc.MipLevels = 1;
texture_desc.ArraySize = 1; texture_desc.ArraySize = 1;
texture_desc.Format = DXGI_FORMAT_R32G32B32A32_UINT; texture_desc.Format = DXGI_FORMAT_R32G32B32A32_FLOAT;
texture_desc.SampleDesc.Count = 1; texture_desc.SampleDesc.Count = 1;
texture_desc.SampleDesc.Quality = 0; texture_desc.SampleDesc.Quality = 0;
texture_desc.Usage = D3D11_USAGE_DEFAULT; texture_desc.Usage = D3D11_USAGE_DEFAULT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment