[][src]Trait vulkanalia::vk::KhrMaintenance1Extension

pub trait KhrMaintenance1Extension: DeviceV1_0 {
    fn trim_command_pool_khr(
        &self,
        command_pool: CommandPool,
        flags: CommandPoolTrimFlags
    ) { ... } }

Provided methods

Loading content...

Implementors

impl KhrMaintenance1Extension for Device[src]

Loading content...