Module types

Source
Expand description

Code for formatting Naga IR types as WGSL source code.

Enums§

WriteTypeError 🔒
Error type returned by try_write_type_inner.

Traits§

TypeContext
A context for printing Naga IR types as WGSL.

Functions§

try_write_type_inner 🔒