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§
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)
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.