Skip to main content

DynShaderModule

Trait DynShaderModule 

Source
pub trait DynShaderModule: DynResource + Debug { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl DynShaderModule for Resource

Source§

impl DynShaderModule for wgpu_hal::gles::ShaderModule

Available on gles only.
Source§

impl DynShaderModule for wgpu_hal::metal::ShaderModule

Available on metal only.
Source§

impl DynShaderModule for wgpu_hal::vulkan::ShaderModule

Available on vulkan only.