Enum bedrock::StoreOp [] [src]

#[repr(C)]
pub enum StoreOp { Store, DontCare, }

Possible argument values of AttachmentDescription::store_op and stencil_store_op, specifying how the contents of the attachment are treated.

Used access types

Both items use the "Write" access

Variants

The contents generated during the render pass and within the render area are written to memory.

The contents within the render area are not needed after rendering, and may be discarded; the contents of the attachment will be undefined inside the render area.

Trait Implementations

impl Debug for StoreOp
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StoreOp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for StoreOp
[src]

impl PartialEq for StoreOp
[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 StoreOp
[src]

Auto Trait Implementations

impl Send for StoreOp

impl Sync for StoreOp