Skip to main content

IPostProcessPass_MaterialLibrary

Trait IPostProcessPass_MaterialLibrary 

Source
pub trait IPostProcessPass_MaterialLibrary: IObject {
Show 26 methods // Provided methods fn stop_na_n(self) -> Material { ... } fn set_stop_na_n(self, value: Material) { ... } fn subpixel_morphological_antialiasing(self) -> Material { ... } fn set_subpixel_morphological_antialiasing(self, value: Material) { ... } fn gaussian_depth_of_field(self) -> Material { ... } fn set_gaussian_depth_of_field(self, value: Material) { ... } fn bokeh_depth_of_field(self) -> Material { ... } fn set_bokeh_depth_of_field(self, value: Material) { ... } fn camera_motion_blur(self) -> Material { ... } fn set_camera_motion_blur(self, value: Material) { ... } fn panini_projection(self) -> Material { ... } fn set_panini_projection(self, value: Material) { ... } fn bloom(self) -> Material { ... } fn set_bloom(self, value: Material) { ... } fn uber(self) -> Material { ... } fn set_uber(self, value: Material) { ... } fn final_pass(self) -> Material { ... } fn set_final_pass(self, value: Material) { ... } fn custom_blur(self) -> Material { ... } fn set_custom_blur(self, value: Material) { ... } fn custom_radial_blur(self) -> Material { ... } fn set_custom_radial_blur(self, value: Material) { ... } fn custom_filter(self) -> Material { ... } fn set_custom_filter(self, value: Material) { ... } fn custom_uber(self) -> Material { ... } fn set_custom_uber(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§