Class MPSImageReadWriteParams
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.metalperformanceshaders.struct.MPSImageReadWriteParams
-
public final class MPSImageReadWriteParams extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MPSImageReadWriteParams()MPSImageReadWriteParams(long featureChannelOffset, long numberOfFeatureChannelsToReadWrite)protectedMPSImageReadWriteParams(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longfeatureChannelOffset()< featureChannel offset from which to read/write featureChannels, this should be a multiple of 4longnumberOfFeatureChannelsToReadWrite()< is number of featureChannels, should be greater than 0 and multiple of 4 unless featureChannelOffset is 0voidsetFeatureChannelOffset(long value)< featureChannel offset from which to read/write featureChannels, this should be a multiple of 4voidsetNumberOfFeatureChannelsToReadWrite(long value)< is number of featureChannels, should be greater than 0 and multiple of 4 unless featureChannelOffset is 0
-
-
-
Method Detail
-
featureChannelOffset
public long featureChannelOffset()
< featureChannel offset from which to read/write featureChannels, this should be a multiple of 4
-
setFeatureChannelOffset
public void setFeatureChannelOffset(long value)
< featureChannel offset from which to read/write featureChannels, this should be a multiple of 4
-
numberOfFeatureChannelsToReadWrite
public long numberOfFeatureChannelsToReadWrite()
< is number of featureChannels, should be greater than 0 and multiple of 4 unless featureChannelOffset is 0
-
setNumberOfFeatureChannelsToReadWrite
public void setNumberOfFeatureChannelsToReadWrite(long value)
< is number of featureChannels, should be greater than 0 and multiple of 4 unless featureChannelOffset is 0
-
-