Examples: Titles/comments in headers

This commit is contained in:
omar
2018-02-21 23:05:17 +01:00
parent 91cadc1130
commit f7ef10e547
22 changed files with 61 additions and 41 deletions

View File

@ -1,4 +1,5 @@
// ImGui GLFW binding with Vulkan + shaders
// ImGui Renderer for: Vulkan
// This needs to be used along with a Platform Binding (e.g. GLFW, SDL, Win32, custom..)
// Missing features:
// [ ] User texture binding. Changes of ImTextureID aren't supported by this binding! See https://github.com/ocornut/imgui/pull/914