Struct lambda_platform::gfx::command::CommandPoolBuilder
source · pub struct CommandPoolBuilder { /* private fields */ }
Implementations§
source§impl CommandPoolBuilder
impl CommandPoolBuilder
pub fn new() -> Self
sourcepub fn with_features(self, flag: CommandPoolFeatures) -> Self
pub fn with_features(self, flag: CommandPoolFeatures) -> Self
Attach command pool create flags to the command pool builder.
sourcepub fn build<B: Backend>(self, gpu: &Gpu<B>) -> CommandPool<B>
pub fn build<B: Backend>(self, gpu: &Gpu<B>) -> CommandPool<B>
Builds a command pool.