Skip to content

Commit

Permalink
allow float16 framebuffer for webgl
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Oct 8, 2022
1 parent 6484193 commit ba2f00a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wgpu-hal/src/gles/adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@ impl crate::Adapter<super::Api> for super::Adapter {
wgt::TextureFormat::Bgra8UnormSrgb,
])
}
#[cfg(not(target_arch = "wasm32"))]
if self
.shared
.private_caps
Expand Down

0 comments on commit ba2f00a

Please sign in to comment.