Class MTLMutability


  • public final class MTLMutability
    extends java.lang.Object
    [@enum] MTLMutability Specifies whether a buffer will be modified between the time it is bound and a compute or render pipeline is executed in a draw or dispatch.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Default  
      static long Immutable  
      static long Mutable  
    • Method Summary

      • Methods inherited from class java.lang.Object

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