Files
wgpu/tests/in/quad.param.ron
João Capucho 81dc67402a glsl-out: push constants use anonymous uniforms
Previously this was done with UBOs but this posed some problems when
integrating with wgpu (see https://github.com/gfx-rs/wgpu/pull/2400)
2022-01-21 21:13:12 -05:00

13 lines
168 B
Plaintext

(
spv: (
version: (1, 0),
debug: true,
adjust_coordinate_space: true,
),
glsl: (
version: Embedded(300),
writer_flags: (bits: 0),
binding_map: {},
),
)