VulkanDescriptorPoolExt

Trait VulkanDescriptorPoolExt 

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

Trait containing all VulkanDescriptorPool methods.

§Implementors

VulkanDescriptorPool

Provided Methods§

Source

fn device(&self) -> VulkanDevice

§Returns

the parent VulkanDevice for this descriptor pool

Source

fn max_sets(&self) -> usize

§Returns

the maximum number of sets allocatable from self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§