Skip to main content

ICustomSpecialReflectionPass

Trait ICustomSpecialReflectionPass 

Source
pub trait ICustomSpecialReflectionPass: IScriptableRenderPass {
    // Provided methods
    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_profiling_sampler(self) -> ProfilingSampler { ... }
    fn set_m_profiling_sampler(self, value: ProfilingSampler) { ... }
    fn m_custom_viewport(self) -> bool { ... }
    fn set_m_custom_viewport(self, value: bool) { ... }
    fn m_custom_viewport_rect(self) -> Rect { ... }
    fn set_m_custom_viewport_rect(self, value: Rect) { ... }
    fn m_original_viewport_rect(self) -> Rect { ... }
    fn set_m_original_viewport_rect(self, value: Rect) { ... }
}

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§