Class MPSSize
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.metalperformanceshaders.struct.MPSSize
-
public final class MPSSize extends org.moe.natj.c.StructObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubledepth()< The depth of the regiondoubleheight()< The height of the regionvoidsetDepth(double value)< The depth of the regionvoidsetHeight(double value)< The height of the regionvoidsetWidth(double value)< The width of the regiondoublewidth()< The width of the region
-
-
-
Method Detail
-
width
public double width()
< The width of the region
-
setWidth
public void setWidth(double value)
< The width of the region
-
height
public double height()
< The height of the region
-
setHeight
public void setHeight(double value)
< The height of the region
-
depth
public double depth()
< The depth of the region
-
setDepth
public void setDepth(double value)
< The depth of the region
-
-