Module naga::proc

source ·
Expand description

Module processing functionality.

Re-exports

Modules

  • Definitions for index bounds checking.

Structs

  • A newtype struct where its only valid values are powers of 2
  • Helper processor that derives the sizes of all types.
  • This processor assigns names to all the things in a module that may need identifiers in a textual backend.
  • Size and alignment information for a type.

Enums

Constants

Functions

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

Type Definitions