diff options
Diffstat (limited to 'stockton-render/src/types.rs')
-rw-r--r-- | stockton-render/src/types.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stockton-render/src/types.rs b/stockton-render/src/types.rs index 797ced9..03c6e37 100644 --- a/stockton-render/src/types.rs +++ b/stockton-render/src/types.rs @@ -25,6 +25,7 @@ pub type FramebufferT = <back::Backend as hal::Backend>::Framebuffer; pub type RenderPassT = <back::Backend as hal::Backend>::RenderPass; pub type Adapter = hal::adapter::Adapter<back::Backend>; +pub type EntryPoint<'a> = hal::pso::EntryPoint<'a, back::Backend>; pub type QueueGroup = hal::queue::QueueGroup<back::Backend>; pub type DescriptorAllocator = rendy_descriptor::DescriptorAllocator<back::Backend>; |