Class MTLDispatchType


  • public final class MTLDispatchType
    extends java.lang.Object
    [@enum] MTLDispatchType MTLDispatchType Describes how a command encoder will execute dispatched work. [@constant] MTLDispatchTypeSerial Command encoder dispatches are executed in dispatched order. [@constant] MTLDispatchTypeConcurrent Command encoder dispatches are executed in parallel with each other.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Concurrent  
      static long Serial  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait