This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
imgui
Watch
1
Star
0
Fork
0
You've already forked imgui
mirror of
https://github.com/ocornut/imgui.git
synced
2025-01-18 09:14:47 +01:00
Code
Releases
Wiki
Activity
imgui
/
examples
/
vulkan_example
History
omar
63332d152a
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
)
...
Examples: Updated examples.
2018-02-16 19:18:16 +01:00
..
build_win32.bat
Examples: Vulkan: Batch file builds both debug and release
2017-07-23 15:22:21 +08:00
build_win64.bat
Examples: Vulkan: Batch file builds both debug and release
2017-07-23 15:22:21 +08:00
CMakeLists.txt
Fixing minor english typos (
#827
)
2016-09-11 22:02:35 +02:00
gen_spv.sh
Add location decorators & change to use structs as in/out in glsl, update embedded spv (produced with glslangValidator -x)
2016-10-18 22:43:20 +02:00
glsl_shader.frag
Add location decorators & change to use structs as in/out in glsl, update embedded spv (produced with glslangValidator -x)
2016-10-18 22:43:20 +02:00
glsl_shader.vert
Vulkan example: Fix validation layer warnings and errors and redeclare gl_PerVertex.
2016-11-13 03:00:36 +01:00
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