From c3c6465908d7c5086a62f48e66c1b844b2a93d34 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 11 Nov 2024 13:03:42 +0800 Subject: [PATCH] documentation --- thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart index 8f1bc213..1d7325ee 100644 --- a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart +++ b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart @@ -53,7 +53,7 @@ abstract class ThermionViewer { Future requestFrame(); /// - /// Render a single frame and copy the pixel buffer to [out]. + /// Render a single frame, returning a [Uint8List] containing the pixel buffer. /// Future capture( {covariant SwapChain? swapChain,