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

d3d11/tests: Prefer D3D11 enum values.

parent f20bdd8d
......@@ -2605,7 +2605,7 @@ static void test_create_buffer(void)
}
memset(&desc, 0, sizeof(desc));
desc.BindFlags = D3D10_BIND_CONSTANT_BUFFER;
desc.BindFlags = D3D11_BIND_CONSTANT_BUFFER;
for (i = 0; i <= 32; ++i)
{
desc.ByteWidth = i;
......
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