Module naga::proc[][src]

Expand description

Module processing functionality.

Structs

Helper processor that derives the sizes of all types. It uses the default layout algorithm/table, described in https://github.com/gpuweb/gpuweb/issues/1393

This processor assigns names to all the things in a module that may need identifiers in a textual backend.

Alignment information for a type.

Enums

The number of elements in an indexable type.

The result of computing an expression’s type.

Constants

Functions

Ensure that the given block has return statements at the end of its control flow.

Type Definitions