Skip to content

Commit

Permalink
resolver pool send
Browse files Browse the repository at this point in the history
  • Loading branch information
DGriffin91 committed Jul 18, 2024
1 parent 051c844 commit 2e4aba8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,14 @@ pub trait ResolverPool:
Pool<DescriptorPoolInfo, DescriptorPool>
+ Pool<RenderPassInfo, RenderPass>
+ Pool<CommandBufferInfo, CommandBuffer>
+ Send
{
}

impl<T> ResolverPool for T where
T: Pool<DescriptorPoolInfo, DescriptorPool>
+ Pool<RenderPassInfo, RenderPass>
+ Pool<CommandBufferInfo, CommandBuffer>
+ Send
{
}

0 comments on commit 2e4aba8

Please sign in to comment.