bkaradzic / bgfx

Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
https://bkaradzic.github.io/bgfx/overview.html
BSD 2-Clause "Simplified" License
15.11k stars 1.95k forks source link

Fix a crash in renderer_d3d12.cpp #3349

Closed kalmard0 closed 2 months ago

kalmard0 commented 2 months ago

If querying the debug1 interface fails, don't attempt to release it.