Skip to main content

VulkanDescriptorPoolExt

Trait VulkanDescriptorPoolExt 

Source
pub trait VulkanDescriptorPoolExt: IsA<VulkanDescriptorPool> + 'static {
    // Provided methods
    fn device(&self) -> VulkanDevice { ... }
    fn max_sets(&self) -> usize { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§