다음을 통해 공유


MTLCaptureManager.StartCapture 메서드

정의

오버로드

StartCapture(IMTLCaptureScope)

지정된 범위에 대한 캡처를 시작합니다.

StartCapture(IMTLCommandQueue)

지정된 명령 큐에서 캡처를 시작합니다.

StartCapture(IMTLDevice)

지정된 디바이스에서 캡처를 시작합니다.

StartCapture(IMTLCaptureScope)

지정된 범위에 대한 캡처를 시작합니다.

[Foundation.Export("startCaptureWithScope:")]
public virtual void StartCapture (Metal.IMTLCaptureScope captureScope);
abstract member StartCapture : Metal.IMTLCaptureScope -> unit
override this.StartCapture : Metal.IMTLCaptureScope -> unit

매개 변수

captureScope
IMTLCaptureScope

캡처를 시작할 범위입니다.

특성

적용 대상

StartCapture(IMTLCommandQueue)

지정된 명령 큐에서 캡처를 시작합니다.

[Foundation.Export("startCaptureWithCommandQueue:")]
public virtual void StartCapture (Metal.IMTLCommandQueue commandQueue);
abstract member StartCapture : Metal.IMTLCommandQueue -> unit
override this.StartCapture : Metal.IMTLCommandQueue -> unit

매개 변수

commandQueue
IMTLCommandQueue

캡처를 시작할 명령 큐입니다.

특성

적용 대상

StartCapture(IMTLDevice)

지정된 디바이스에서 캡처를 시작합니다.

[Foundation.Export("startCaptureWithDevice:")]
public virtual void StartCapture (Metal.IMTLDevice device);
abstract member StartCapture : Metal.IMTLDevice -> unit
override this.StartCapture : Metal.IMTLDevice -> unit

매개 변수

device
IMTLDevice

캡처를 시작할 디바이스입니다.

특성

적용 대상