This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
wgpu
Watch
2
Star
0
Fork
0
You've already forked wgpu
mirror of
https://github.com/gfx-rs/wgpu.git
synced
2025-02-18 01:43:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
39534ff342
wgpu
/
naga
/
tests
/
in
/
multiview.param.ron
5 lines
47 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 16:58:47 +00:00
(
add `Capabilities::MULTIVIEW`
2023-02-16 20:42:26 +00:00
god_mode: true,
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 16:58:47 +00:00
glsl_multiview: Some(2),
)
Reference in New Issue
Copy Permalink