Class MPSStateTextureInfo


  • public final class MPSStateTextureInfo
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long _reserved​(int field_idx)  
      long arrayLength()
      MTLTexture.arrayLength
      long depth()
      MTLTexture.depth
      long height()
      MTLTexture.height
      long pixelFormat()
      MTLTexture.pixelFormat
      void set_reserved​(long value, int field_idx)  
      void setArrayLength​(long value)
      MTLTexture.arrayLength
      void setDepth​(long value)
      MTLTexture.depth
      void setHeight​(long value)
      MTLTexture.height
      void setPixelFormat​(long value)
      MTLTexture.pixelFormat
      void setTextureType​(long value)
      MTLTexture.textureType
      void setUsage​(long value)
      MTLTexture.usage
      void setWidth​(long value)
      MTLTexture.width
      long textureType()
      MTLTexture.textureType
      long usage()
      MTLTexture.usage
      long width()
      MTLTexture.width
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MPSStateTextureInfo

        public MPSStateTextureInfo()
      • MPSStateTextureInfo

        protected MPSStateTextureInfo​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • width

        public long width()
        MTLTexture.width
      • setWidth

        public void setWidth​(long value)
        MTLTexture.width
      • height

        public long height()
        MTLTexture.height
      • setHeight

        public void setHeight​(long value)
        MTLTexture.height
      • depth

        public long depth()
        MTLTexture.depth
      • setDepth

        public void setDepth​(long value)
        MTLTexture.depth
      • arrayLength

        public long arrayLength()
        MTLTexture.arrayLength
      • setArrayLength

        public void setArrayLength​(long value)
        MTLTexture.arrayLength
      • pixelFormat

        public long pixelFormat()
        MTLTexture.pixelFormat
      • setPixelFormat

        public void setPixelFormat​(long value)
        MTLTexture.pixelFormat
      • textureType

        public long textureType()
        MTLTexture.textureType
      • setTextureType

        public void setTextureType​(long value)
        MTLTexture.textureType
      • usage

        public long usage()
        MTLTexture.usage
      • setUsage

        public void setUsage​(long value)
        MTLTexture.usage
      • _reserved

        public long _reserved​(int field_idx)
      • set_reserved

        public void set_reserved​(long value,
                                 int field_idx)