pub trait Texture: Sync + Send { // Provided method fn as_vulkan(self: Arc<Self>) -> Option<Arc<VulkanTexture>> { ... } }
Used to store data about texture in GPU