Skip to main content

IDepthNormalOnlyPass

Trait IDepthNormalOnlyPass 

Source
pub trait IDepthNormalOnlyPass: IScriptableRenderPass {
    // Provided methods
    fn m_shader_tag_id(self) -> ShaderTagId { ... }
    fn set_m_shader_tag_id(self, value: ShaderTagId) { ... }
    fn m_filtering_settings(self) -> FilteringSettings { ... }
    fn set_m_filtering_settings(self, value: FilteringSettings) { ... }
}

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§