MTLCaptureManager.StartCapture 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
캡처를 시작할 디바이스입니다.
- 특성