DynTexture

Trait DynTexture 

pub trait DynTexture: DynResource + Debug { }
Available on crate feature unstable-wgpu-26 only.

Trait Implementations§

§

impl Borrow<dyn DynTexture> for Resource

§

fn borrow(&self) -> &(dyn DynTexture + 'static)

Immutably borrows from an owned value. Read more
§

impl Borrow<dyn DynTexture> for SurfaceTexture

§

fn borrow(&self) -> &(dyn DynTexture + 'static)

Immutably borrows from an owned value. Read more
§

impl Borrow<dyn DynTexture> for Texture

§

fn borrow(&self) -> &(dyn DynTexture + 'static)

Immutably borrows from an owned value. Read more

Implementors§

§

impl DynTexture for slint::wgpu_26::wgpu::hal::gles::Texture

§

impl DynTexture for Resource

§

impl DynTexture for slint::wgpu_26::wgpu::hal::vulkan::Texture