Class MTLRenderStages


  • public final class MTLRenderStages
    extends java.lang.Object
    Points at which a fence may be waited on or signaled. [@constant] MTLRenderStageVertex All vertex work prior to rasterization has completed. [@constant] MTLRenderStageFragment All rendering work has completed.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Fragment  
      static long Vertex  
    • Method Summary

      • Methods inherited from class java.lang.Object

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