From 82bc3f8f11bdb9ca3a255c1065568b12a03b035f Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:06:55 -0400 Subject: [PATCH] Pedantic docstring tweak --- lib/mtl/capture.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mtl/capture.jl b/lib/mtl/capture.jl index 13c12b5d..fb5e884a 100644 --- a/lib/mtl/capture.jl +++ b/lib/mtl/capture.jl @@ -116,7 +116,7 @@ end export MTLCaptureManager, startCapture, stopCapture, supports_destination """ - struct MTLCaptureManager + MTLCaptureManager <: NSObject Metal-managed object that handles GPU frame capture support and usage. Note: There is only one (shared) capture manager per process.