Skip to content

Commit

Permalink
doc: present_with_damage is supported on web platform
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit committed Sep 10, 2023
1 parent 36618b6 commit d53e933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ impl<'a> Buffer<'a> {
/// - Wayland
/// - X, when XShm is available
/// - Win32
/// - Web
///
/// Otherwise this is equivalent to [`Self::present`].
pub fn present_with_damage(self, damage: &[Rect]) -> Result<(), SoftBufferError> {
Expand Down

0 comments on commit d53e933

Please sign in to comment.