mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
Some games use UpdateSubresource to upload constant buffers in between draws, so this path should be as fast as possible. Also fixes a potential issue when using D3D11_COPY_NO_OVERWRITE on deferred contexts, since the Map requirements don't hold here.