Fix threading issues with GPU buffers mapping

This commit is contained in:
Wojciech Figat
2023-01-04 12:06:56 +01:00
committed by Wojtek Figat
parent e2aa6b8970
commit 0595f38fe4
6 changed files with 15 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ private:
GPUBufferViewDX12 _view;
GPUBufferDX12* _counter = nullptr;
GPUResourceMapMode _lastMapMode;
GPUResourceMapMode _lastMapMode = (GPUResourceMapMode)255;
public: