Module directive

Source
Expand description

WGSL directives. The focal point of this API is DirectiveKind.

See also https://www.w3.org/TR/WGSL/#directives.

Modules§

enable_extension
enable …; extensions in WGSL.
language_extension 🔒
requires …; extensions in WGSL.

Enums§

DirectiveKind 🔒
A parsed sentinel word indicating the type of directive to be parsed next.