Go to the source code of this file.
Functions | |
IMGUI_IMPL_API bool | ImGui_ImplDX10_CreateDeviceObjects () |
IMGUI_IMPL_API bool | ImGui_ImplDX10_Init (ID3D10Device *device) |
IMGUI_IMPL_API void | ImGui_ImplDX10_InvalidateDeviceObjects () |
IMGUI_IMPL_API void | ImGui_ImplDX10_NewFrame () |
IMGUI_IMPL_API void | ImGui_ImplDX10_RenderDrawData (ImDrawData *draw_data) |
IMGUI_IMPL_API void | ImGui_ImplDX10_Shutdown () |
IMGUI_IMPL_API bool ImGui_ImplDX10_CreateDeviceObjects | ( | ) |
Definition at line 329 of file imgui_impl_dx10.cpp.
IMGUI_IMPL_API bool ImGui_ImplDX10_Init | ( | ID3D10Device * | device | ) |
Definition at line 492 of file imgui_impl_dx10.cpp.
IMGUI_IMPL_API void ImGui_ImplDX10_InvalidateDeviceObjects | ( | ) |
Definition at line 471 of file imgui_impl_dx10.cpp.
IMGUI_IMPL_API void ImGui_ImplDX10_NewFrame | ( | ) |
Definition at line 525 of file imgui_impl_dx10.cpp.
IMGUI_IMPL_API void ImGui_ImplDX10_RenderDrawData | ( | ImDrawData * | draw_data | ) |
Definition at line 96 of file imgui_impl_dx10.cpp.
IMGUI_IMPL_API void ImGui_ImplDX10_Shutdown | ( | ) |
Definition at line 518 of file imgui_impl_dx10.cpp.