Class MPSMatrixCopyOffsets
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.metalperformanceshaders.struct.MPSMatrixCopyOffsets
-
public final class MPSMatrixCopyOffsets extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MPSMatrixCopyOffsets()MPSMatrixCopyOffsets(int sourceRowOffset, int sourceColumnOffset, int destinationRowOffset, int destinationColumnOffset)protectedMPSMatrixCopyOffsets(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdestinationColumnOffset()< offset to start of destination region to read in columnsintdestinationRowOffset()< offset to start of destination region to read in rowsvoidsetDestinationColumnOffset(int value)< offset to start of destination region to read in columnsvoidsetDestinationRowOffset(int value)< offset to start of destination region to read in rowsvoidsetSourceColumnOffset(int value)< offset to start of source region to read in columnsvoidsetSourceRowOffset(int value)< offset to start of source region to read in rowsintsourceColumnOffset()< offset to start of source region to read in columnsintsourceRowOffset()< offset to start of source region to read in rows
-
-
-
Constructor Detail
-
MPSMatrixCopyOffsets
public MPSMatrixCopyOffsets()
-
MPSMatrixCopyOffsets
protected MPSMatrixCopyOffsets(org.moe.natj.general.Pointer peer)
-
MPSMatrixCopyOffsets
public MPSMatrixCopyOffsets(int sourceRowOffset, int sourceColumnOffset, int destinationRowOffset, int destinationColumnOffset)
-
-
Method Detail
-
sourceRowOffset
public int sourceRowOffset()
< offset to start of source region to read in rows
-
setSourceRowOffset
public void setSourceRowOffset(int value)
< offset to start of source region to read in rows
-
sourceColumnOffset
public int sourceColumnOffset()
< offset to start of source region to read in columns
-
setSourceColumnOffset
public void setSourceColumnOffset(int value)
< offset to start of source region to read in columns
-
destinationRowOffset
public int destinationRowOffset()
< offset to start of destination region to read in rows
-
setDestinationRowOffset
public void setDestinationRowOffset(int value)
< offset to start of destination region to read in rows
-
destinationColumnOffset
public int destinationColumnOffset()
< offset to start of destination region to read in columns
-
setDestinationColumnOffset
public void setDestinationColumnOffset(int value)
< offset to start of destination region to read in columns
-
-