temportalflux / TemportalEngine

GNU General Public License v3.0
4 stars 1 forks source link

ImGui texture viewing #12

Closed temportalflux closed 3 years ago

temportalflux commented 4 years ago

In order to do any editor work for textures or stitched atlases, custom images (uploaded via vulkan) in ImGui must be able to render. This means that the texture asset editor can actually show its texture in-editor, but also we can show the atlas that is created via stitching.

temportalflux commented 4 years ago

https://github.com/ocornut/imgui/pull/914