Go to the source code of this file.
Functions | |
IMGUI_IMPL_API bool | ImGui_ImplDX12_CreateDeviceObjects () |
IMGUI_IMPL_API bool | ImGui_ImplDX12_Init (ID3D12Device *device, int num_frames_in_flight, DXGI_FORMAT rtv_format, ID3D12DescriptorHeap *cbv_srv_heap, D3D12_CPU_DESCRIPTOR_HANDLE font_srv_cpu_desc_handle, D3D12_GPU_DESCRIPTOR_HANDLE font_srv_gpu_desc_handle) |
IMGUI_IMPL_API void | ImGui_ImplDX12_InvalidateDeviceObjects () |
IMGUI_IMPL_API void | ImGui_ImplDX12_NewFrame () |
IMGUI_IMPL_API void | ImGui_ImplDX12_RenderDrawData (ImDrawData *draw_data, ID3D12GraphicsCommandList *graphics_command_list) |
IMGUI_IMPL_API void | ImGui_ImplDX12_Shutdown () |
IMGUI_IMPL_API bool ImGui_ImplDX12_CreateDeviceObjects | ( | ) |
Definition at line 396 of file imgui_impl_dx12.cpp.
IMGUI_IMPL_API bool ImGui_ImplDX12_Init | ( | ID3D12Device * | device, |
int | num_frames_in_flight, | ||
DXGI_FORMAT | rtv_format, | ||
ID3D12DescriptorHeap * | cbv_srv_heap, | ||
D3D12_CPU_DESCRIPTOR_HANDLE | font_srv_cpu_desc_handle, | ||
D3D12_GPU_DESCRIPTOR_HANDLE | font_srv_gpu_desc_handle | ||
) |
Definition at line 616 of file imgui_impl_dx12.cpp.
IMGUI_IMPL_API void ImGui_ImplDX12_InvalidateDeviceObjects | ( | ) |
Definition at line 594 of file imgui_impl_dx12.cpp.
IMGUI_IMPL_API void ImGui_ImplDX12_NewFrame | ( | ) |
Definition at line 658 of file imgui_impl_dx12.cpp.
IMGUI_IMPL_API void ImGui_ImplDX12_RenderDrawData | ( | ImDrawData * | draw_data, |
ID3D12GraphicsCommandList * | graphics_command_list | ||
) |
Definition at line 130 of file imgui_impl_dx12.cpp.
IMGUI_IMPL_API void ImGui_ImplDX12_Shutdown | ( | ) |
Definition at line 646 of file imgui_impl_dx12.cpp.