Skip to content

Commit 5ff5325

Browse files
committed
Whitespace
1 parent 47aefc3 commit 5ff5325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mtl/capture.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function MTLCaptureDescriptor()
5959
end
6060

6161
# TODO: Add capture state
62-
function MTLCaptureDescriptor(obj::Union{MTLDevice,MTLCommandQueue, MTLCaptureScope},
62+
function MTLCaptureDescriptor(obj::Union{MTLDevice,MTLCommandQueue,MTLCaptureScope},
6363
destination::MTLCaptureDestination;
6464
folder::String=nothing)
6565
desc = MTLCaptureDescriptor()
@@ -110,7 +110,7 @@ end
110110
111111
Start GPU frame capture using the default capture object and specifying capture descriptor parameters directly.
112112
"""
113-
function startCapture(obj::Union{MTLDevice,MTLCommandQueue, MTLCaptureScope},
113+
function startCapture(obj::Union{MTLDevice,MTLCommandQueue,MTLCaptureScope},
114114
destination::MTLCaptureDestination=MTLCaptureDestinationGPUTraceDocument;
115115
folder::String=nothing)
116116
if destination == MTLCaptureDestinationGPUTraceDocument && folder === nothing

0 commit comments

Comments
 (0)