Module vulkan_rs::PipelineStage [] [src]

Constants

F_ALL_COMMANDS

All stages supported on the queue

F_ALL_GRAPHICS

All stages of the graphics pipeline

F_BOTTOM_OF_PIPE

After previous commands have completed

F_COLOR_ATTACHMENT_OUTPUT

Color attachment writes

F_COMPUTE_SHADER

Compute shading

F_DRAW_INDIRECT

Draw/DispatchIndirect command fetch

F_EARLY_FRAGMENT_TESTS

Early fragment (depth and stencil) tests

F_FRAGMENT_SHADER

Fragment shading

F_GEOMETRY_SHADER

Geometry shading

F_HOST

Indicates host (CPU) is a source/sink of the dependency

F_LATE_FRAGMENT_TESTS

Late fragment (depth and stencil) tests

F_TESSELLATION_CONTROL_SHADER

Tessellation control shading

F_TESSELLATION_EVALUATION_SHADER

Tessellation evaluation shading

F_TOP_OF_PIPE

Before subsequent commands are processed

F_TRANSFER

Transfer/copy operations

F_VERTEX_INPUT

Vertex/index fetch

F_VERTEX_SHADER

Vertex shading

Type Definitions

Flags