imgui / examples / directx11_example /
@omar omar authored on 22 Feb 2018
..
build_win32.bat Examples: Fixed msvc batch files from warning. 9 years ago
directx11_example.vcxproj Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569) 7 years ago
directx11_example.vcxproj.filters Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569) 7 years ago
imgui_impl_dx11.cpp Examples: DirectX 9,10,11: Inputs: Added support for mouse cursors (ImGui::GetMouseCursor() value and WM_SETCURSOR message handling). (#1495) 7 years ago
imgui_impl_dx11.h Obsoleted the io.RenderDrawListsFn callback, you can call your graphics engine render function after ImGui::Render(). Use ImGui::GetDrawData() to retrieve the ImDrawData* to display..(#1599) 7 years ago
main.cpp Examples: DirectX10, DirectX11: Simplified main example code. 7 years ago