Skip to main content

ICustomTransCharaMaskPass

Trait ICustomTransCharaMaskPass 

Source
pub trait ICustomTransCharaMaskPass: IScriptableRenderPass {
    // Provided methods
    fn m_profiling_sampler(self) -> ProfilingSampler { ... }
    fn set_m_profiling_sampler(self, value: ProfilingSampler) { ... }
    fn m_filtering_settings(self) -> FilteringSettings { ... }
    fn set_m_filtering_settings(self, value: FilteringSettings) { ... }
    fn m_shader_tag_id(self) -> ShaderTagId { ... }
    fn set_m_shader_tag_id(self, value: ShaderTagId) { ... }
    fn m_depth_destination(self) -> RenderTargetHandle { ... }
    fn set_m_depth_destination(self, value: RenderTargetHandle) { ... }
}

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§