Class MTLCaptureDestination


  • public final class MTLCaptureDestination
    extends java.lang.Object
    The destination where you want the GPU trace to be captured to.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long DeveloperTools
      Capture to Developer Tools (Xcode) and stop the execution after capturing.
      static long GPUTraceDocument
      Capture to a GPU Trace document and continue execution after capturing.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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