pub fn image_from_file( tex_manager: Arc<RwLock<TextureManager>>, path: &Path, ) -> Result<(TextureId, Vec2)>