mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-11 17:56:00 +00:00
Re-export InitError
from graphics
This commit is contained in:
parent
cd7912d89e
commit
7a2849d42a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user