Enum bedrock::LoadOp [] [src]

#[repr(C)]
pub enum LoadOp { Load, Clear, DontCare, }

Variants

The previous contents of the image within the render area will be preserved.

Used access types

This operation uses the "Read" access

The contents within the render area will be cleared to a uniform value, which is specified when a render pass instance is begun.

Used access types

This operation uses the "Write" access

The previous contents within the area need not be preserved; the contents of the attachment will be undefined inside the render area.

Used access types

This operation uses the "Write" access

Trait Implementations

impl Debug for LoadOp
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LoadOp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LoadOp
[src]

impl PartialEq for LoadOp
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for LoadOp
[src]

Auto Trait Implementations

impl Send for LoadOp

impl Sync for LoadOp