Elaztek Developer Hub
Blamite Game Engine - blam!  00367.02.08.23.1815.blamite
The core library for the Blamite Game Engine.
imgui_impl_dx11.h File Reference

Go to the source code of this file.

Functions

IMGUI_IMPL_API bool ImGui_ImplDX11_Init (ID3D11Device *device, ID3D11DeviceContext *device_context)
 
IMGUI_IMPL_API void ImGui_ImplDX11_Shutdown ()
 
IMGUI_IMPL_API void ImGui_ImplDX11_NewFrame ()
 
IMGUI_IMPL_API void ImGui_ImplDX11_RenderDrawData (ImDrawData *draw_data)
 
IMGUI_IMPL_API void ImGui_ImplDX11_InvalidateDeviceObjects ()
 
IMGUI_IMPL_API bool ImGui_ImplDX11_CreateDeviceObjects ()
 

Function Documentation

◆ ImGui_ImplDX11_CreateDeviceObjects()

IMGUI_IMPL_API bool ImGui_ImplDX11_CreateDeviceObjects ( )

◆ ImGui_ImplDX11_Init()

IMGUI_IMPL_API bool ImGui_ImplDX11_Init ( ID3D11Device *  device,
ID3D11DeviceContext *  device_context 
)

◆ ImGui_ImplDX11_InvalidateDeviceObjects()

IMGUI_IMPL_API void ImGui_ImplDX11_InvalidateDeviceObjects ( )

◆ ImGui_ImplDX11_NewFrame()

IMGUI_IMPL_API void ImGui_ImplDX11_NewFrame ( )

◆ ImGui_ImplDX11_RenderDrawData()

IMGUI_IMPL_API void ImGui_ImplDX11_RenderDrawData ( ImDrawData draw_data)

◆ ImGui_ImplDX11_Shutdown()

IMGUI_IMPL_API void ImGui_ImplDX11_Shutdown ( )