wgpu/naga/tests/in/overrides-atomicCompareExchangeWeak.param.ron
Jim Blandy 8a2bc07f11 [naga] Handle comparison operands in pipeline constant evaluation.
Properly adjust `AtomicFunction::Exchange::compare` after pipeline
constant evaluation.
2024-04-05 18:07:41 +02:00

10 lines
124 B
Plaintext

(
spv: (
version: (1, 0),
separate_entry_points: true,
),
pipeline_constants: {
"o": 2.0
}
)