This website requires JavaScript.
Explore
Help
Sign In
moonpower
/
imgui
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
75c46a3930278d38af988499c2aaf547b65c4b25
imgui
/
examples
/
example_sdl2_vulkan
T
History
ocornut
79a9e2fdfb
Backends: Vulkan: (Breaking) full font upload is performed by ImGui_ImplVulkan_CreateFontsTexture(), no need for user code to create or provide a command-buffer. Removed ImGui_ImplVulkan_DestroyFontUploadObjects(). (
#6943
,
#6715
,
#6327
,
#3743
,
#4618
)
...
See changes in example_glfw_vulkan/main.cpp and example_sdl2_vulkan/main.cpp for reference.
2023-11-10 14:53:34 +01:00
..
build_win32.bat
Examples: Updated all Visual Studio project file to use /utf-8 option, so string literals are UTF-8 encoded by default.
2023-05-10 12:34:11 +02:00
example_sdl2_vulkan.vcxproj
Examples: Updated all Visual Studio project file to use /utf-8 option, so string literals are UTF-8 encoded by default.
2023-05-10 12:34:11 +02:00
example_sdl2_vulkan.vcxproj.filters
Examples: Windows: Added 'misc/debuggers/imgui.natstepfilter' file to all Visual Studio projects. (
#3038
)
2023-03-15 17:09:09 +01:00
main.cpp
Backends: Vulkan: (Breaking) full font upload is performed by ImGui_ImplVulkan_CreateFontsTexture(), no need for user code to create or provide a command-buffer. Removed ImGui_ImplVulkan_DestroyFontUploadObjects(). (
#6943
,
#6715
,
#6327
,
#3743
,
#4618
)
2023-11-10 14:53:34 +01:00