File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function MTLCaptureDescriptor()
5959end 
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 ()
110110
111111Start 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 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments