pub type TextureMap = HashMap<TextureHandle, BindableTexture>;
pub struct TextureMap { /* private fields */ }