Module vulkano::pipeline::raster

source ·
Expand description

Stage when triangles are turned into pixels.

The rasterization is the stage when collections of triangles are turned into collections of pixels or samples.

Structs

State of the rasterizer.

Enums

Specifies the culling mode.
Specifies which triangle orientation corresponds to the front or the triangle.