Expand description

Functions that check the validity of commands.

Structs

Information returned if check_copy_buffer succeeds.
Information returned if check_index_buffer succeeds.
Information returned if check_vertex_buffer succeeds.

Enums

Error that can happen from check_clear_color_image.
Error that can happen from check_clear_color_image.
Error that can happen from check_copy_buffer.
Error that can happen from check_copy_buffer_image.
Type of operation to check.
Error that can happen from check_copy_image.
Error that can happen when checking descriptor sets validity.
Error that can happen when checking dispatch command validity.
Error that can happen when validating dynamic states.
Error that can happen when attempting to add a fill_buffer command.
Error that can happen when checking whether binding an index buffer is valid.
Error that can happen when checking push constants validity.
Error that can happen when attempting to add an update_buffer command.
Error that can happen when checking whether the vertex buffers are valid.

Functions

Checks whether a blit image command is valid.
Checks whether a clear color image command is valid.
Checks whether a copy buffer command is valid.
Checks whether a copy buffer-image command is valid. Can check both buffer-to-image copies and image-to-buffer copies.
Checks whether a copy image command is valid.
Checks whether descriptor sets are compatible with the pipeline.
Checks whether the dispatch dimensions are supported by the device.
Checks whether states that are about to be set are correct.
Checks whether a fill buffer command is valid.
Checks whether an index buffer can be bound.
Checks whether push constants are compatible with the pipeline.
Checks whether an update buffer command is valid.
Checks whether vertex buffers can be bound.