ruffle/render/wgpu
Kamil Jarosz 83ed478beb wgpu: Do not use 'packed' as variable name in WGSL shaders
Turns out that 'packed' is a keyword in some GLSL shaders,
and naga currently preserves it, producing a syntax error.

As a workaround, this patch renames the variable to something else.
2024-06-23 09:51:04 +02:00
..
shaders wgpu: Do not use 'packed' as variable name in WGSL shaders 2024-06-23 09:51:04 +02:00
src render/wgpu: Switch to pipeline-overridable constant for bitmap saturation order toggle 2024-05-17 22:13:13 +02:00
Cargo.toml render/wgpu: Drop `naga_oil` in favor of manual string manipulation 2024-05-16 20:24:49 +02:00
uniforms.md wgpu: Merge Transforms and ColorAdjustments 2024-01-27 21:37:22 +01:00