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> { ... }
}
Expand description

Trait containing all VulkanQueue methods.

§Implementors

VulkanQueue

Provided Methods§

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§