[][src]Trait nobs_vulkanism_headless::cmd::commands::StreamPush

pub trait StreamPush {
    fn enqueue(&self, cs: Stream) -> Stream;
}

Allows to use push on a Stream

Required methods

fn enqueue(&self, cs: Stream) -> Stream

Loading content...

Implementors

impl StreamPush for Dispatch[src]

impl StreamPush for BindDset[src]

impl StreamPush for BindPipeline[src]

impl StreamPush for BindVertexBuffers[src]

impl StreamPush for Blit[src]

impl StreamPush for BufferBarrier[src]

impl StreamPush for BufferCopy[src]

impl StreamPush for ClearColorImage[src]

impl StreamPush for DrawIndexed[src]

impl StreamPush for DrawIndirect[src]

impl StreamPush for DrawVertices[src]

impl StreamPush for ImageBarrier[src]

impl StreamPush for RenderpassBegin[src]

impl StreamPush for RenderpassEnd[src]

impl StreamPush for Scissor[src]

impl StreamPush for Viewport[src]

Loading content...