Skip to main content

IRenderGraphResourceRegistry_IRenderGraphResource

Trait IRenderGraphResourceRegistry_IRenderGraphResource 

Source
pub trait IRenderGraphResourceRegistry_IRenderGraphResource: IObject {
    // Provided methods
    fn imported(self) -> bool { ... }
    fn set_imported(self, value: bool) { ... }
    fn cached_hash(self) -> i32 { ... }
    fn set_cached_hash(self, value: i32) { ... }
    fn transient_pass_index(self) -> i32 { ... }
    fn set_transient_pass_index(self, value: i32) { ... }
    fn was_released(self) -> bool { ... }
    fn set_was_released(self, value: bool) { ... }
}

Provided Methods§

Source

fn imported(self) -> bool

Source

fn set_imported(self, value: bool)

Source

fn cached_hash(self) -> i32

Source

fn set_cached_hash(self, value: i32)

Source

fn transient_pass_index(self) -> i32

Source

fn set_transient_pass_index(self, value: i32)

Source

fn was_released(self) -> bool

Source

fn set_was_released(self, value: bool)

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§