We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcafcc8 commit 649bd1cCopy full SHA for 649bd1c
rust-gpu-toy/src/main.rs
@@ -78,7 +78,7 @@ impl State {
78
})
79
.await
80
.expect("error finding adapter");
81
- let features = wgpu::Features::PUSH_CONSTANTS /* | wgpu::Features::SPIRV_SHADER_PASSTHROUGH */;
+ let features = wgpu::Features::PUSH_CONSTANTS;
82
let limits = wgpu::Limits {
83
max_push_constant_size: std::mem::size_of::<Config>() as u32,
84
..Default::default()
0 commit comments