Commit 1ca215ea authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

d3d11: Report support for MapNoOverwriteOnDynamicConstantBuffer.

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