Skip to main content

DynRenderPipeline

Trait DynRenderPipeline 

Source
pub trait DynRenderPipeline: DynResource + Debug { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl DynRenderPipeline for wgpu_hal::gles::RenderPipeline

Available on gles only.
Source§

impl DynRenderPipeline for wgpu_hal::vulkan::RenderPipeline

Available on vulkan only.
Source§

impl DynRenderPipeline for Resource