Class MPSStateTextureInfo
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.metalperformanceshaders.struct.MPSStateTextureInfo
-
public final class MPSStateTextureInfo extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MPSStateTextureInfo()protectedMPSStateTextureInfo(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long_reserved(int field_idx)longarrayLength()MTLTexture.arrayLengthlongdepth()MTLTexture.depthlongheight()MTLTexture.heightlongpixelFormat()MTLTexture.pixelFormatvoidset_reserved(long value, int field_idx)voidsetArrayLength(long value)MTLTexture.arrayLengthvoidsetDepth(long value)MTLTexture.depthvoidsetHeight(long value)MTLTexture.heightvoidsetPixelFormat(long value)MTLTexture.pixelFormatvoidsetTextureType(long value)MTLTexture.textureTypevoidsetUsage(long value)MTLTexture.usagevoidsetWidth(long value)MTLTexture.widthlongtextureType()MTLTexture.textureTypelongusage()MTLTexture.usagelongwidth()MTLTexture.width
-
-
-
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)
-
-