Trait wgpu_hal::DynSurfaceTexture
source · pub trait DynSurfaceTexture: DynResource + Borrow<dyn DynTexture> + Debug { }
Implementors§
impl DynSurfaceTexture for Resource
impl DynSurfaceTexture for Texture
Available on
gles
only.impl DynSurfaceTexture for SurfaceTexture
Available on
vulkan
only.