wgpu/tests
Adeline e7ddd3564c
glsl-in: Fix missing stores for local declarations (#2029)
Previously, if a local variable was declared with a constant value, we
would elide the store and instead give the variable an initial value (as
if it was a global variable). This caused variables to not be
re-initialized each time through a loop.
2022-08-24 22:05:11 +01:00
..
in Add support for the saturate function (#2025) 2022-08-16 10:43:41 +00:00
out glsl-in: Fix missing stores for local declarations (#2029) 2022-08-24 22:05:11 +01:00
snapshots.rs dot-out: Improvements 2022-08-03 15:01:26 -07:00
spirv-capabilities.rs [wgsl-in] Update entry point stage attributes 2022-04-15 18:02:48 +01:00
wgsl-errors.rs Add support for 'break if' to IR, wgsl-in, and all backends. 2022-06-24 17:47:07 -07:00