Skip to content

Commit 9736fe9

Browse files
authored
docs: present_with_damage is supported on web platform
1 parent 888a996 commit 9736fe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ impl<'a> Buffer<'a> {
466466
/// - Wayland
467467
/// - X, when XShm is available
468468
/// - Win32
469+
/// - Web
469470
///
470471
/// Otherwise this is equivalent to [`Self::present`].
471472
pub fn present_with_damage(self, damage: &[Rect]) -> Result<(), SoftBufferError> {

0 commit comments

Comments
 (0)