You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter Particle eaae754211 Removed redundant barrier.
The transition of the swapchain image(s) can happen implicitly in the renderpass. This approach has been stated to be more efficient than using an explicit barrier.
See "Vulkan Programming Guide", Chapter 7: "Graphics Pipelines", section "Renderpasses".
8 years ago
..
CMakeLists.txt Fixing minor english typos (#827) 9 years ago
build_win32.bat Examples: Vulkan: Disable IMGUI_VULKAN_DEBUG_REPORT by default. Update .bat files for newer VulkanSDK. 8 years ago
build_win64.bat Examples: Vulkan: Disable IMGUI_VULKAN_DEBUG_REPORT by default. Update .bat files for newer VulkanSDK. 8 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
imgui_impl_glfw_vulkan.cpp Merge branch 'vk_small_fix' of https://github.com/martty/imgui into martty-vk_small_fix 8 years ago
imgui_impl_glfw_vulkan.h Examples: Vulkan: Shallow stylistic changes (following #879) 8 years ago
main.cpp Removed redundant barrier. 8 years ago