wgsl-types 0.3.2

Type-checking of WGSL types and builtins
Documentation
1
2
3
4
5
6
7
8
9
10
# wgsl-types

Implementation of type-checking and constant evaluation of WGSL types.

The [`Type`] and [`Instance`] types provide type-checking and evaluation capabilities.

The crate is used by both [wesl-rs] and [wgsl-analyzer], and developed conjointly by its authors.

[wesl-rs]: https://github.com/wgsl-tooling-wg/wesl-rs
[wgsl-analyzer]: https://github.com/wgsl-analyzer/wgsl-analyzer