Kelsidavis-WoWee/include/ui
Kelsi 325254dfcb Port UI icon textures from OpenGL to Vulkan, fix loading screen clear values
Replace all glGenTextures/glTexImage2D calls in UI code with Vulkan texture
uploads via new VkContext::uploadImGuiTexture() helper. This fixes segfaults
from calling OpenGL functions without a GL context (null GLEW function pointers).

- Add uploadImGuiTexture() to VkContext with staging buffer upload pattern
- Convert game_screen, inventory_screen, spellbook_screen, talent_screen
  from GLuint/GL calls to VkDescriptorSet/Vulkan uploads
- Fix loading_screen clearValueCount (was 1, needs 2 or 3 for MSAA)
2026-02-22 03:32:08 -08:00
..
auth_screen.hpp Add configurable MSAA anti-aliasing, update auth screen and terrain shader 2026-02-22 02:59:24 -08:00
character_create_screen.hpp Fix character creation for expansion-filtered servers (Turtle WoW) 2026-02-14 00:57:33 -08:00
character_screen.hpp Handle SMSG_CHARACTER_LOGIN_FAILED (0x041) for AzerothCore/Playerbot compatibility 2026-02-17 13:59:29 -08:00
game_screen.hpp Port UI icon textures from OpenGL to Vulkan, fix loading screen clear values 2026-02-22 03:32:08 -08:00
inventory_screen.hpp Port UI icon textures from OpenGL to Vulkan, fix loading screen clear values 2026-02-22 03:32:08 -08:00
quest_log_screen.hpp Stabilize quest log details loading and turn-in item sync 2026-02-19 00:56:24 -08:00
realm_screen.hpp Improve UI layout, spell casting, and realm selection screen 2026-02-17 03:50:36 -08:00
spellbook_screen.hpp Port UI icon textures from OpenGL to Vulkan, fix loading screen clear values 2026-02-22 03:32:08 -08:00
talent_screen.hpp Port UI icon textures from OpenGL to Vulkan, fix loading screen clear values 2026-02-22 03:32:08 -08:00
ui_manager.hpp Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00