mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-30 13:05:23 -05:00
Missing Vulkan example
@@ -8,6 +8,7 @@
|
||||
- [Example for DirectX9 users](#Example-for-DirectX9-users)
|
||||
- [Example for DirectX11 users](#Example-for-DirectX11-users)
|
||||
- [Example for DirectX12 users](#Example-for-DirectX12-users)
|
||||
- [Example for Vulkan users](#Example-for-Vulkan-users)
|
||||
- [About Texture Coordinates](#About-texture-coordinates)
|
||||
|
||||
## TL;DR;
|
||||
@@ -529,6 +530,14 @@ ImGui::End();
|
||||
|
||||
----
|
||||
|
||||
## Example for Vulkan users
|
||||
|
||||
(This section needs writing)
|
||||
|
||||
##### [Return to Index](#index)
|
||||
|
||||
----
|
||||
|
||||
## About Texture Coordinates
|
||||
|
||||
See e.g. http://wiki.polycount.com/wiki/Texture_Coordinates
|
||||
|
||||
Reference in New Issue
Block a user