ruffle/render
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
..
canvas chore: Use workspace version for wasm-bindgen 2024-04-04 17:29:00 +02:00
naga-agal build(deps): bump the cargo-minor group across 1 directory with 7 updates 2024-05-17 01:41:44 +02:00
naga-pixelbender render/wgpu: Drop `naga_oil` in favor of manual string manipulation 2024-05-16 20:24:49 +02:00
src render: Make serde optional 2024-06-13 00:22:33 +02:00
webgl web: Store StageQuality in builder, do the defaulting in JS 2024-06-08 08:42:04 +02:00
wgpu wgpu: Do not use 'packed' as variable name in WGSL shaders 2024-06-23 09:51:04 +02:00
Cargo.toml render: Make serde optional 2024-06-13 00:22:33 +02:00