documentation

This commit is contained in:
Nick Fisher
2024-11-11 13:03:42 +08:00
parent ed444b0615
commit c3c6465908

View File

@@ -53,7 +53,7 @@ abstract class ThermionViewer {
Future requestFrame(); 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<Uint8List> capture( Future<Uint8List> capture(
{covariant SwapChain? swapChain, {covariant SwapChain? swapChain,