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,