imgui / examples / vulkan_example /
@omar omar authored on 8 Mar 2018
..
CMakeLists.txt Fixing minor english typos (#827) 8 years ago
build_win32.bat Examples: Updated Makefile and batch files to work with new examples. Using lowercase "gl.h" as it seems this is what Linux wants. 7 years ago
build_win64.bat Examples: Updated Makefile and batch files to work with new examples. Using lowercase "gl.h" as it seems this is what Linux wants. 7 years ago
gen_spv.sh Add location decorators & change to use structs as in/out in glsl, update embedded spv (produced with glslangValidator -x) 8 years ago
glsl_shader.frag Add location decorators & change to use structs as in/out in glsl, update embedded spv (produced with glslangValidator -x) 8 years ago
glsl_shader.vert Vulkan example: Fix validation layer warnings and errors and redeclare gl_PerVertex. 8 years ago
main.cpp Viewport: Coupling non-main viewport to one window. Viewport name derived from the window. Added ImGuiConfigFlags_PlatformNoTaskBar, off by default (aka re-established task-bars by default for now). (#1542) 7 years ago
vulkan_example.vcxproj Examples: Vulkan: Extracted into imgui_impl_vulkan.*, reused imgui_impl_glfw* files. 7 years ago
vulkan_example.vcxproj.filters Examples: Vulkan: Extracted into imgui_impl_vulkan.*, reused imgui_impl_glfw* files. 7 years ago