Struct gfx::pso::AccessInfo [] [src]

pub struct AccessInfo<R> where
    R: Resources
{ /* fields omitted */ }

Informations about what is accessed by a bunch of commands.

Methods

impl<R> AccessInfo<R> where
    R: Resources
[src]

Creates empty access informations

Clear access informations

Register a buffer read access

Register a buffer write access

Returns the mapped buffers that The GPU will read from

Returns the mapped buffers that The GPU will write to

Is there any mapped buffer reads ?

Is there any mapped buffer writes ?

Takes all the accesses necessary for submission

Trait Implementations

impl<R> PartialEq<AccessInfo<R>> for AccessInfo<R> where
    R: Resources + PartialEq<R>, 
[src]

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

This method tests for !=.

impl<R> Eq for AccessInfo<R> where
    R: Resources + Eq
[src]

impl<R> Debug for AccessInfo<R> where
    R: Resources + Debug
[src]

Formats the value using the given formatter.

impl<R> Clone for AccessInfo<R> where
    R: Resources + Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more