Skip to main content

SubmissionPool

Trait SubmissionPool 

Source
pub trait SubmissionPool: SubmissionPoolSealed { }
Expand description

Pool capability required by graph submission scheduling.

This sealed trait is implemented by the built-in pools. It covers internal descriptor-pool and render-pass leases without exposing their cache-key types in public API bounds.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> SubmissionPool for T
where T: SubmissionPoolSealed,