Module vulkano::command_buffer::validity[][src]

Expand description

Functions that check the validity of commands.

Structs

Error that can happen from check_debug_marker_color.

Information returned if check_copy_buffer succeeds.

Enums

Error that can happen from check_begin_query.

Error that can happen from check_clear_color_image.

Error that can happen from check_clear_color_image.

Error that can happen from check_clear_depth_stencil_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 from check_copy_query_pool_results.

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 from check_end_query.

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 whether binding an indirect buffer is valid.

Error that can happen when checking whether the pipeline is valid.

Error that can happen when checking push constants validity.

Error that can happen from check_reset_query_pool.

Error that can happen when attempting to add an update_buffer command.

Error that can happen when checking whether the vertex buffers are valid.

Error that can happen from check_write_timestamp.

Functions

Checks whether a begin_query command is valid.

Checks whether a blit image command is valid.

Checks whether a clear color image command is valid.

Checks whether a clear depth / stencil 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 a copy_query_pool_results command is valid.

Checks whether the specified color is valid as debug marker color.

Checks whether the dispatch dimensions are supported by the device.

Checks whether a end_query command is valid.

Checks whether a fill buffer command is valid.

Checks whether an indirect buffer can be bound.

Checks whether a reset_query_pool command is valid.

Checks whether an update buffer command is valid.

Checks whether a write_timestamp command is valid.