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

Function ImGui_ImplDX11_NewFrame

KBotExt/imgui/imgui_impl_dx11.cpp:591–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591void ImGui_ImplDX11_NewFrame()
592{
593 ImGui_ImplDX11_Data* bd = ImGui_ImplDX11_GetBackendData();
594 IM_ASSERT(bd != nullptr && "Did you call ImGui_ImplDX11_Init()?");
595
596 if (!bd->pFontSampler)
597 ImGui_ImplDX11_CreateDeviceObjects();
598}
599
600//-----------------------------------------------------------------------------
601

Callers 1

StartFrameMethod · 0.85

Tested by

no test coverage detected