MethanePowered / MethaneKit

🎲 Modern 3D graphics made simple with C++17 cross-platform framework and rendering abstraction API on top of DirectX 12, Metal & Vulkan
Apache License 2.0
846 stars 51 forks source link

Create a fence for each frame in swap-chain #32

Closed egorodet closed 5 years ago

egorodet commented 5 years ago

https://github.com/egorodet/MethaneKit/blob/b660063359bc2a9798052a0ef13228706e211619/Modules/Graphics/Core/Sources/Methane/Graphics/DirectX12/ContextDX.cpp#L157

See description here: https://www.braynzarsoft.net/viewtutorial/q16390-03-initializing-directx-12

Related issue #15