diff options
Diffstat (limited to 'stockton-render/src/types.rs')
-rw-r--r-- | stockton-render/src/types.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-render/src/types.rs b/stockton-render/src/types.rs index a0f242c..a5aefd8 100644 --- a/stockton-render/src/types.rs +++ b/stockton-render/src/types.rs @@ -38,4 +38,4 @@ pub type Framebuffer = <back::Backend as hal::Backend>::Framebuffer; pub type RenderPass = <back::Backend as hal::Backend>::RenderPass; pub type Adapter = hal::adapter::Adapter<back::Backend>; -pub type QueueGroup = hal::queue::QueueGroup<back::Backend>;
\ No newline at end of file +pub type QueueGroup = hal::queue::QueueGroup<back::Backend>; |