pub trait RenderTarget: Sync + Send { // Provided method fn as_vulkan(self: Arc<Self>) -> Option<Arc<VulkanRenderTarget>> { ... } }
Contains resources used to rendering in them