Skip to main content

ISceneViewDepthCopyPass

Trait ISceneViewDepthCopyPass 

Source
pub trait ISceneViewDepthCopyPass: IScriptableRenderPass {
    // Provided methods
    fn m_copy_depth_material(self) -> Material { ... }
    fn set_m_copy_depth_material(self, value: Material) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§