This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
imgui
Watch
1
Star
0
Fork
0
You've already forked imgui
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
imgui
/
examples
/
vulkan_example
History
omar
10752423ec
Examples: Vulkan: Added .vcproj files.
2018-02-16 22:37:41 +01:00
..
build_win32.bat
…
build_win64.bat
…
CMakeLists.txt
…
gen_spv.sh
…
glsl_shader.frag
…
glsl_shader.vert
…
imgui_impl_glfw_vulkan.cpp
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
)
2018-02-16 19:18:16 +01:00
imgui_impl_glfw_vulkan.h
Examples: Vulkan: Fix (something changed in GLFW not including vulkan.h, was unwillingly relying on that)
2018-02-06 20:57:33 +01:00
main.cpp
Merge branch 'context'
2018-02-06 20:16:03 +01:00
vulkan_example.vcxproj
Examples: Vulkan: Added .vcproj files.
2018-02-16 22:37:41 +01:00
vulkan_example.vcxproj.filters
Examples: Vulkan: Added .vcproj files.
2018-02-16 22:37:41 +01:00