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]

[src]

Reset the command buffer contents, retain the allocated storage

[src]

Bind a pipeline state object

[src]

Bind a complete set of vertex buffers

[src]

Bind a complete set of constant buffers

[src]

Bind a global constant

[src]

Bind a complete set of shader resource views

[src]

Bind a complete set of unordered access views

[src]

Bind a complete set of samplers

[src]

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

[src]

Bind an index buffer

[src]

Set scissor rectangle

[src]

Set reference values for the blending and stencil front/back

[src]

Copy part of a buffer to another

[src]

Copy part of a buffer to a texture

[src]

Copy part of a texture to a buffer

[src]

Copy part of one texture into another

[src]

Update a vertex/index/uniform buffer

[src]

Update a texture

[src]

[src]

Clear color target

[src]

[src]

Draw a primitive

[src]

Draw a primitive with index buffer