Skip to content

Commit

Permalink
fixup for 2x/8x msaa pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Nov 19, 2022
1 parent f72568e commit 7de72e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wgpu-hal/src/gles/adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -718,15 +718,15 @@ impl crate::Adapter<super::Api> for super::Adapter {
super::PrivateCapabilities::COLOR_BUFFER_HALF_FLOAT,
Tfc::COLOR_ATTACHMENT
| Tfc::COLOR_ATTACHMENT_BLEND
| Tfc::MULTISAMPLE
| sample_count
| Tfc::MULTISAMPLE_RESOLVE,
);

let float_renderable = private_caps_fn(
super::PrivateCapabilities::COLOR_BUFFER_FLOAT,
Tfc::COLOR_ATTACHMENT
| Tfc::COLOR_ATTACHMENT_BLEND
| Tfc::MULTISAMPLE
| sample_count
| Tfc::MULTISAMPLE_RESOLVE,
);

Expand Down

0 comments on commit 7de72e3

Please sign in to comment.