pub trait ResolverPool: Pool<DescriptorPoolInfo, DescriptorPool> + Pool<RenderPassInfo, RenderPass> + Pool<QueueFamily, CommandBuffer> { }
Expand description

Combination trait which groups together all Pool traits required for a Resolver instance.

Implementors