Struct gfx_core::dummy::DummyCommandBuffer [] [src]

pub struct DummyCommandBuffer;

Dummy command buffer, which ignores all the calls.

Trait Implementations

impl Buffer<DummyResources> for DummyCommandBuffer
[src]

Reset the command buffer contents, retain the allocated storage

Bind a pipeline state object

Bind a complete set of vertex buffers

Bind a complete set of constant buffers

Bind a global constant

Bind a complete set of shader resource views

Bind a complete set of unordered access views

Bind a complete set of samplers

Bind a complete set of pixel targets, including multiple colors views and an optional depth/stencil view. Read more

Bind an index buffer

Set scissor rectangle

Set reference values for the blending and stencil front/back

Copy part of a buffer to another

Copy part of a buffer to a texture

Copy part of a texture to a buffer

Update a vertex/index/uniform buffer

Update a texture

Clear color target

Draw a primitive

Draw a primitive with index buffer