Package apple.metal.enums
Class MTLCaptureDestination
- java.lang.Object
-
- apple.metal.enums.MTLCaptureDestination
-
public final class MTLCaptureDestination extends java.lang.ObjectThe destination where you want the GPU trace to be captured to.
-
-
Field Summary
Fields Modifier and Type Field Description static longDeveloperToolsCapture to Developer Tools (Xcode) and stop the execution after capturing.static longGPUTraceDocumentCapture to a GPU Trace document and continue execution after capturing.
-
-
-
Field Detail
-
DeveloperTools
public static final long DeveloperTools
Capture to Developer Tools (Xcode) and stop the execution after capturing.- See Also:
- Constant Field Values
-
GPUTraceDocument
public static final long GPUTraceDocument
Capture to a GPU Trace document and continue execution after capturing.- See Also:
- Constant Field Values
-
-