Skip to main content

IRenderGraphDebugData

pub trait IRenderGraphDebugData: IObject {
    // Provided methods
    fn pass_list(self) -> List_1<RenderGraphDebugData_PassDebugData> { ... }
    fn set_pass_list(self, value: List_1<RenderGraphDebugData_PassDebugData>) { ... }
    fn resource_lists(
        self,
    ) -> Array<List_1<RenderGraphDebugData_ResourceDebugData>> { ... }
    fn set_resource_lists(
        self,
        value: Array<List_1<RenderGraphDebugData_ResourceDebugData>>,
    ) { ... }
}

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§