This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
imgui
Watch
1
Star
0
Fork
0
You've already forked imgui
mirror of
https://github.com/ocornut/imgui.git
synced
2026-02-12 06:48:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
66f42324ad6203560de5631753644ce4d8e81bc8
imgui
/
examples
/
vulkan_example
History
omar
cb38caeda4
Examples: Added more comments near the fonts loading section, to catch common questions and errors (e.g.
#1397
,
#1366
,
#1341
,
#1222
,
#1193
,
#1115
,
#951
, etc.)
2017-10-28 18:21:44 +02: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
…
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
IO: io.MousePos needs to be set to ImVec2(-FLT_MAX,-FLT_MAX) when mouse is unavailable/missing. Previously ImVec2(-1,-1) was enough but we'll now accept negative mouse coordinates.
2017-08-25 16:43:25 +08:00
imgui_impl_glfw_vulkan.h
Examples: Vulkan: Shallow stylistic changes (following
#879
)
2016-11-12 17:49:59 +01:00
main.cpp
Examples: Added more comments near the fonts loading section, to catch common questions and errors (e.g.
#1397
,
#1366
,
#1341
,
#1222
,
#1193
,
#1115
,
#951
, etc.)
2017-10-28 18:21:44 +02:00