Re-export InitError from graphics

This commit is contained in:
Hanno Braun 2022-04-13 14:21:02 +02:00
parent cd7912d89e
commit 7a2849d42a

View File

@ -11,7 +11,7 @@ mod vertices;
pub use self::{
draw_config::DrawConfig,
renderer::{DrawError, Renderer},
renderer::{DrawError, InitError, Renderer},
};
const DEPTH_FORMAT: wgpu::TextureFormat = wgpu::TextureFormat::Depth32Float;