Trait Texture

Source
pub trait Texture: Sync + Send {
    // Provided method
    fn as_vulkan(self: Arc<Self>) -> Option<Arc<VulkanTexture>> { ... }
}
Expand description

Used to store data about texture in GPU

Provided Methods§

Source

fn as_vulkan(self: Arc<Self>) -> Option<Arc<VulkanTexture>>

Implementors§