pub struct RenderGraph<P> where
    P: SharedPointerKind
{ pub debug: bool, /* private fields */ }

Fields

debug: bool

Set to true (when in debug mode) in order to get a breakpoint hit where you want.

Implementations

Clears a color image as part of a render graph but outside of any graphic render pass

Clears a depth/stencil image as part of a render graph but outside of any graphic render pass

Note: data must not exceed 65536 bytes.

Note: data must not exceed 65536 bytes.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.