Expand description
WGSL directives. The focal point of this API is DirectiveKind
.
See also https://www.w3.org/TR/WGSL/#directives.
Modulesยง
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.
- A
DirectiveKind
that is not yet implemented. SeeDirectiveKind::Unimplemented
.