Skip to main content

VulkanQueueExt

Trait VulkanQueueExt 

Source
pub trait VulkanQueueExt: IsA<VulkanQueue> + 'static {
    // Provided methods
    fn create_command_pool(&self) -> Result<VulkanCommandPool, Error> { ... }
    fn device(&self) -> Option<VulkanDevice> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§