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§
- Directive
Kind 🔒 - A parsed sentinel word indicating the type of directive to be parsed next.