Skip to main content

IRenderGraph_ProfilingScopePassData

Trait IRenderGraph_ProfilingScopePassData 

Source
pub trait IRenderGraph_ProfilingScopePassData: IObject {
    // Provided methods
    fn sampler(self) -> ProfilingSampler { ... }
    fn set_sampler(self, value: ProfilingSampler) { ... }
}

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§