//! Texture management for the WGPU renderer
//!
//! This module handles texture creation, updates, and management,
//! integrating with Dear ImGui's modern texture system.
use crate::;
use ;
use HashMap;
use *;
pub use WgpuTexture;
pub use TextureUpdateResult;
pub use WgpuTextureManager;