Struct voodoo::CommandBuffer [] [src]

pub struct CommandBuffer { /* fields omitted */ }

Methods

impl CommandBuffer
[src]

[src]

Returns this object's handle.

[src]

Returns a reference to this object's associated device.

[src]

[src]

[src]

[src]

[src]

[src]

Sets the dynamic scissor rectangles on this command buffer.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkCmdSetScissor.html

[src]

[src]

[src]

[src]

Sets the depth bounds test values for this command buffer.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkCmdSetDepthBounds.html

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Dispatches compute work items using indirect parameters.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkCmdDispatchIndirect.html

[src]

[src]

[src]

Copies regions of an image, potentially performing format conversion.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkCmdBlitImage.html

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Clears regions within currently bound framebuffer attachments.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkCmdClearAttachments.html

[src]

[src]

[src]

[src]

Waits for one or more events and insert a set of memory.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkCmdWaitEvents.html

[src]

[src]

[src]

[src]

[src]

[src]

Copies the results of queries in a query pool to a buffer object.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkCmdCopyQueryPoolResults.html

[src]

[src]

[src]

[src]

[src]

Executes a secondary command buffer from a primary command buffer.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkCmdExecuteCommands.html

[src]

Begins a debug marker.

[src]

Ends a debug marker.

[src]

Inserts a debug marker.

Trait Implementations

impl Debug for CommandBuffer
[src]

[src]

Formats the value using the given formatter.

impl Clone for CommandBuffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'h> Handle for &'h CommandBuffer
[src]

[src]