Class MPSRegion
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.metalperformanceshaders.struct.MPSRegion
-
public final class MPSRegion extends org.moe.natj.c.StructObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MPSOriginorigin()< The top left corner of the region.voidsetOrigin(MPSOrigin value)< The top left corner of the region.voidsetSize(MPSSize value)< The size of the region.MPSSizesize()< The size of the region.
-
-
-
Method Detail
-
origin
public MPSOrigin origin()
< The top left corner of the region. Units: pixels
-
setOrigin
public void setOrigin(MPSOrigin value)
< The top left corner of the region. Units: pixels
-
size
public MPSSize size()
< The size of the region. Units: pixels
-
setSize
public void setSize(MPSSize value)
< The size of the region. Units: pixels
-
-