pub trait DynSurfaceTexture: DynResource + Borrow<dyn DynTexture> + Debug { }

Implementors§

source§

impl DynSurfaceTexture for Resource

source§

impl DynSurfaceTexture for Texture

Available on gles only.
source§

impl DynSurfaceTexture for SurfaceTexture

Available on vulkan only.