Trait Vulkan Descriptor Pool Ext
Source pub trait VulkanDescriptorPoolExt: IsA<VulkanDescriptorPool> + 'static {
// Provided methods
fn device(&self) -> VulkanDevice { ... }
fn max_sets(&self) -> usize { ... }
}Expand description
Provided Methods§
Sourcefn device(&self) -> VulkanDevice
fn device(&self) -> VulkanDevice
§Returns
the parent VulkanDevice for this descriptor pool
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".