docs: present_with_damage is supported on web platform
This commit is contained in:
parent
888a9963ad
commit
9736fe9e37
1 changed files with 1 additions and 0 deletions
|
|
@ -466,6 +466,7 @@ impl<'a> Buffer<'a> {
|
||||||
/// - Wayland
|
/// - Wayland
|
||||||
/// - X, when XShm is available
|
/// - X, when XShm is available
|
||||||
/// - Win32
|
/// - Win32
|
||||||
|
/// - Web
|
||||||
///
|
///
|
||||||
/// Otherwise this is equivalent to [`Self::present`].
|
/// Otherwise this is equivalent to [`Self::present`].
|
||||||
pub fn present_with_damage(self, damage: &[Rect]) -> Result<(), SoftBufferError> {
|
pub fn present_with_damage(self, damage: &[Rect]) -> Result<(), SoftBufferError> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue