Skip to content

Commit

Permalink
Demo multi context in single-threaded app.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Lesoinne committed Jan 22, 2024
1 parent 68cc674 commit 3fe9a0b
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 485 deletions.
2 changes: 2 additions & 0 deletions backends/imgui_impl_vulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
// 2016-10-18: Vulkan: Add location decorators & change to use structs as in/out in glsl, update embedded spv (produced with glslangValidator -x). Null the released resources.
// 2016-08-27: Vulkan: Fix Vulkan example for use when a depth buffer is active.

#include <iostream>

#include "imgui.h"
#ifndef IMGUI_DISABLE
#include "imgui_impl_vulkan.h"
Expand Down
Loading

0 comments on commit 3fe9a0b

Please sign in to comment.