pub trait DynTextureView: DynResource + Debug { }Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl DynTextureView for Resource
impl DynTextureView for wgpu_hal::gles::TextureView
Available on
gles only.impl DynTextureView for wgpu_hal::vulkan::TextureView
Available on
vulkan only.