Class MTLSize

All Implemented Interfaces:
Iterable<MTLSize>

public class MTLSize
extends Struct<MTLSize>
  • Constructor Details

    • MTLSize

      public MTLSize()
    • MTLSize

      public MTLSize​(long width, long height, long depth)
  • Method Details

    • getWidth

      public long getWidth()
    • setWidth

      public MTLSize setWidth​(long width)
    • getHeight

      public long getHeight()
    • setHeight

      public MTLSize setHeight​(long height)
    • getDepth

      public long getDepth()
    • setDepth

      public MTLSize setDepth​(long depth)