Expand description
Renderer abstractions and texture management
This module provides renderer trait definitions for integrating with various graphics APIs.
For texture management, use the types from the texture module.
Re-exportsยง
pub use crate::texture::RawTextureId;pub use crate::texture::TextureData;pub use crate::texture::TextureFormat;pub use crate::texture::TextureRect;pub use crate::texture::TextureStatus;