Skip to content

Commit 649bd1c

Browse files
committed
Remove surplus comment
1 parent dcafcc8 commit 649bd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-gpu-toy/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ impl State {
7878
})
7979
.await
8080
.expect("error finding adapter");
81-
let features = wgpu::Features::PUSH_CONSTANTS /* | wgpu::Features::SPIRV_SHADER_PASSTHROUGH */;
81+
let features = wgpu::Features::PUSH_CONSTANTS;
8282
let limits = wgpu::Limits {
8383
max_push_constant_size: std::mem::size_of::<Config>() as u32,
8484
..Default::default()

0 commit comments

Comments
 (0)