-
Methods in org.robovm.apple.metalps with parameters of type MPSImageReadWriteParams
| Modifier and Type |
Method |
Description |
void |
MPSImage.readBytes(VoidPtr dataBytes,
MPSDataLayout dataLayout,
long bytesPerRow,
long bytesPerImage,
MTLRegion region,
MPSImageReadWriteParams featureChannelInfo,
long imageIndex) |
|
void |
MPSImage.readBytes(VoidPtr dataBytes,
MPSDataLayout dataLayout,
long bytesPerRow,
MTLRegion region,
MPSImageReadWriteParams featureChannelInfo,
long imageIndex) |
|
void |
MPSImage.writeBytes(VoidPtr dataBytes,
MPSDataLayout dataLayout,
long bytesPerColumn,
long bytesPerRow,
long bytesPerImage,
MTLRegion region,
MPSImageReadWriteParams featureChannelInfo,
long imageIndex) |
|
void |
MPSImage.writeBytes(VoidPtr dataBytes,
MPSDataLayout dataLayout,
long bytesPerRow,
long bytesPerImage,
MTLRegion region,
MPSImageReadWriteParams featureChannelInfo,
long imageIndex) |
|
void |
MPSImage.writeBytes(VoidPtr dataBytes,
MPSDataLayout dataLayout,
long bytesPerRow,
MTLRegion region,
MPSImageReadWriteParams featureChannelInfo,
long imageIndex) |
|