[][src]Module euc::rasterizer

Structs

BackfaceCullingDisabled

Implies that reversed polygons should not be culled from the rendering pipeline.

BackfaceCullingEnabled

Implies that reversed polygons should be culled from the rendering pipeline.

Lines

A rasterizer that produces straight lines from groups of 2 consecutive vertices.

Triangles

A rasterizer that produces filled triangles from groups of 3 consecutive vertices.

Enums

DepthStrategy

Traits

BackfaceMode

This trait is for internal use only.

Rasterizer

Represents a rasterization algorithm.