We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd9062 commit 5c77cfdCopy full SHA for 5c77cfd
lib/mtl/capture.jl
@@ -141,6 +141,8 @@ Stop GPU frame capture.
141
"""
142
function stopCapture(manager::MTLCaptureManager=MTLCaptureManager())
143
@objc [manager::id{MTLCaptureManager} stopCapture]::Nothing
144
+ while manager.isCapturing
145
+ end
146
end
147
148
function supports_destination(manager::MTLCaptureManager, destination::MTLCaptureDestination)
0 commit comments