We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c215d07 commit 9bae5d0Copy full SHA for 9bae5d0
src/Render/ImGui/ImGuiRenderer.bf
@@ -17,6 +17,7 @@ namespace Nanoforge.Render.ImGui
17
private ID3D11Device* _device = null;
18
private IDXGIFactory* _factory = null;
19
private HWND _hwnd = 0;
20
+ private u32 _drawCount = 0;
21
22
public void Shutdown()
23
{
0 commit comments