Skip to content
Snippets Groups Projects
Commit aa2827e8 authored by Rémi Bernon's avatar Rémi Bernon :speech_balloon: Committed by Alexandre Julliard
Browse files

d3d11/tests: Add missing ID3D11DeviceContext1_CSSetUnorderedAccessViews.

parent ccffc06c
No related branches found
No related tags found
No related merge requests found
......@@ -7373,6 +7373,7 @@ static void test_device_context_state(void)
ID3D11DeviceContext1_CSSetSamplers(context, 0, 1, &sampler);
ID3D11DeviceContext1_CSSetShader(context, cs, NULL, 0);
ID3D11DeviceContext1_CSSetShaderResources(context, 0, 1, &srv);
ID3D11DeviceContext1_CSSetUnorderedAccessViews(context, 0, 1, &uav, NULL);
 
tmp_cb = (ID3D11Buffer *)0xdeadbeef;
ID3D11DeviceContext1_CSGetConstantBuffers(context, 0, 1, &tmp_cb);
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