Struct amethyst_ui::DrawUi[][src]

pub struct DrawUi { /* fields omitted */ }

Draw Ui elements. UI won't display without this. It's recommended this be your last pass.

Methods

impl DrawUi
[src]

Create instance of DrawUi pass

Trait Implementations

impl<'a> PassData<'a> for DrawUi
[src]

The data itself.

impl Pass for DrawUi
[src]

The pass is given an opportunity to compile shaders and store them in an Effect which is then passed to the pass in apply. Read more

Called whenever the renderer is ready to apply the pass. Feed commands into the encoder here. Read more

Auto Trait Implementations

impl !Send for DrawUi

impl !Sync for DrawUi