Module vulkano::command_buffer::commands_extra [] [src]

Additional commands built on top of core commands.

These commands are specific to vulkano and make it easier to perform common operations.

Structs

CmdDispatch

Command that executes a compute shader.

CmdDraw

Command that draws non-indexed vertices.

CmdDrawIndexed

Command that draws indexed vertices.

CmdDrawIndirect

Command that draws non-indexed vertices.

Enums

CmdDispatchError

Error that can happen when creating a CmdDispatch.