MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / StartFrame

Method StartFrame

KBotExt/DirectX.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void Direct3D11Render::StartFrame()
62{
63 // Start the Dear ImGui frame
64 ImGui_ImplDX11_NewFrame();
65 ImGui_ImplWin32_NewFrame();
66 ImGui::NewFrame();
67}
68
69void Direct3D11Render::EndFrame()
70{

Callers

nothing calls this directly

Calls 2

ImGui_ImplDX11_NewFrameFunction · 0.85
ImGui_ImplWin32_NewFrameFunction · 0.85

Tested by

no test coverage detected