Skip to main content

IXRSystemData_ShaderResources

Trait IXRSystemData_ShaderResources 

Source
pub trait IXRSystemData_ShaderResources: IObject {
    // Provided methods
    fn xr_occlusion_mesh_ps(self) -> Shader { ... }
    fn set_xr_occlusion_mesh_ps(self, value: Shader) { ... }
    fn xr_mirror_view_ps(self) -> Shader { ... }
    fn set_xr_mirror_view_ps(self, value: Shader) { ... }
}

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§