Struct gfx::pso::AccessInfo []

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

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> Debug for AccessInfo<R> where
    R: Resources + Debug

Formats the value using the given formatter.