Struct gfx_device_vulkan::CommandBuffer [] [src]

pub struct CommandBuffer { /* fields omitted */ }

Methods

impl Buffer
[src]

Trait Implementations

impl Drop for Buffer
[src]

A method called when the value goes out of scope. Read more

impl Buffer<Resources> for Buffer
[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

Update a vertex/index/uniform buffer

Update a texture

Clear color target

Draw a primitive

Draw a primitive with index buffer