Module vulkano::pipeline::input_assembly[][src]

Assembling vertices into primitives.

The input assembly is the stage where lists of vertices are turned into primitives.

Structs

InputAssemblyDeprecated

How the input assembly stage should behave.

Enums

IndexType

An enumeration of all valid index types.

PrimitiveTopology

Describes how vertices must be grouped together to form primitives.

Traits

Index

Trait for types that can be used as indices by the GPU.