Skip to content

Commit

Permalink
bgra feature removed
Browse files Browse the repository at this point in the history
Signed-off-by: Devashish Lal <[email protected]>
  • Loading branch information
BLaZeKiLL committed Jun 24, 2024
1 parent 8be473e commit 279ab03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webray/src/core/gpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ impl Gpu {
.request_device(
&wgpu::DeviceDescriptor {
label: Some("Main GPU"),
required_features:
wgpu::Features::default() |
wgpu::Features::BGRA8UNORM_STORAGE, // TODO: test for webgpu-mobile
required_features: wgpu::Features::default(),
required_limits: wgpu::Limits::default(),
},
None,
Expand Down

0 comments on commit 279ab03

Please sign in to comment.