mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-12 02:05:53 +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::{
|
pub use self::{
|
||||||
draw_config::DrawConfig,
|
draw_config::DrawConfig,
|
||||||
renderer::{DrawError, Renderer},
|
renderer::{DrawError, InitError, Renderer},
|
||||||
};
|
};
|
||||||
|
|
||||||
const DEPTH_FORMAT: wgpu::TextureFormat = wgpu::TextureFormat::Depth32Float;
|
const DEPTH_FORMAT: wgpu::TextureFormat = wgpu::TextureFormat::Depth32Float;
|
||||||
|
Loading…
Reference in New Issue
Block a user