Go to the source code of this file.
Functions | |
IMGUI_IMPL_API bool | ImGui_ImplDX9_CreateDeviceObjects () |
IMGUI_IMPL_API bool | ImGui_ImplDX9_Init (IDirect3DDevice9 *device) |
IMGUI_IMPL_API void | ImGui_ImplDX9_InvalidateDeviceObjects () |
IMGUI_IMPL_API void | ImGui_ImplDX9_NewFrame () |
IMGUI_IMPL_API void | ImGui_ImplDX9_RenderDrawData (ImDrawData *draw_data) |
IMGUI_IMPL_API void | ImGui_ImplDX9_Shutdown () |
IMGUI_IMPL_API bool ImGui_ImplDX9_CreateDeviceObjects | ( | ) |
Definition at line 262 of file imgui_impl_dx9.cpp.
IMGUI_IMPL_API bool ImGui_ImplDX9_Init | ( | IDirect3DDevice9 * | device | ) |
Definition at line 219 of file imgui_impl_dx9.cpp.
IMGUI_IMPL_API void ImGui_ImplDX9_InvalidateDeviceObjects | ( | ) |
Definition at line 271 of file imgui_impl_dx9.cpp.
IMGUI_IMPL_API void ImGui_ImplDX9_NewFrame | ( | ) |
Definition at line 280 of file imgui_impl_dx9.cpp.
IMGUI_IMPL_API void ImGui_ImplDX9_RenderDrawData | ( | ImDrawData * | draw_data | ) |
Definition at line 106 of file imgui_impl_dx9.cpp.
IMGUI_IMPL_API void ImGui_ImplDX9_Shutdown | ( | ) |
Definition at line 231 of file imgui_impl_dx9.cpp.