docstring

This commit is contained in:
Nick Fisher
2025-03-01 17:23:06 +08:00
parent ffc256228a
commit 8993d888b1

View File

@@ -55,7 +55,7 @@ abstract class ThermionViewer {
Future requestFrame();
///
/// Render a single frame, returning a [Uint8List] containing the pixel buffer.
/// Render a single frame and return the captured image as a pixel buffer.
///
Future<Uint8List> capture(
{covariant SwapChain? swapChain,