wgpu/tests/in/quad.param.ron
Ashley e2d688088a
Support for the OVR_multiview2 WebGL extension (#1933)
* Make some (currently hacky) changes to enable multiview in webgl

* Fix ViewIndex built in for this extension

* Run cargo fmt, fix tests

* Allow specifying if we're targetting webgl in the glsl version

* Document multiview2 extension

* fn embedded -> const fn embedded

* Fix tests

* Fix benches

* Add snapshot tests

* Revamp so that the glsl options have some multiview options. Also add tests

* Make clippy happier

* Go back to having is_webgl be part of Version

* Use wgsl as input for tests

* Rename Version::new_embedded to Version::new_gles, fix glsl validation

* Run cargo fmt

* Fix brand new clippy warnings
2022-06-30 17:58:47 +01:00

16 lines
204 B
Plaintext

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