Trait wgpu_hal::dynamic::DynTexture

source ·
pub trait DynTexture: DynResource + Debug { }

Trait Implementations§

source§

impl Borrow<dyn DynTexture> for Resource

source§

fn borrow(&self) -> &dyn DynTexture

Immutably borrows from an owned value. Read more
source§

impl Borrow<dyn DynTexture> for SurfaceTexture

source§

fn borrow(&self) -> &dyn DynTexture

Immutably borrows from an owned value. Read more
source§

impl Borrow<dyn DynTexture> for Texture

source§

fn borrow(&self) -> &dyn DynTexture

Immutably borrows from an owned value. Read more

Implementors§

source§

impl DynTexture for Resource

source§

impl DynTexture for wgpu_hal::gles::Texture

source§

impl DynTexture for wgpu_hal::vulkan::Texture