Commit 3dc960c8 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

d3d11: Report support for MapNoOverwriteOnDynamicBufferSRV.

parent ee125569
......@@ -4090,7 +4090,7 @@ static HRESULT STDMETHODCALLTYPE d3d11_device_CheckFeatureSupport(ID3D11Device2
options->ConstantBufferPartialUpdate = FALSE;
options->ConstantBufferOffsetting = TRUE;
options->MapNoOverwriteOnDynamicConstantBuffer = FALSE;
options->MapNoOverwriteOnDynamicBufferSRV = FALSE;
options->MapNoOverwriteOnDynamicBufferSRV = TRUE;
options->MultisampleRTVWithForcedSampleCountOne = FALSE;
options->SAD4ShaderInstructions = FALSE;
options->ExtendedDoublesShaderInstructions = FALSE;
......
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