MPSMatrixCopyOffsets(3) MetalPerformanceShaders.framework MPSMatrixCopyOffsets(3)
NAME
MPSMatrixCopyOffsets
SYNOPSIS
#include <MPSMatrixCombination.h>
Public Attributes
uint32_t sourceRowOffset
uint32_t sourceColumnOffset
uint32_t destinationRowOffset
uint32_t destinationColumnOffset
Detailed Description
A description of each copy operation
Member Data Documentation
uint32_t MPSMatrixCopyOffsets::destinationColumnOffset
offset to start of destination region to read in columns
uint32_t MPSMatrixCopyOffsets::destinationRowOffset
offset to start of destination region to read in rows
uint32_t MPSMatrixCopyOffsets::sourceColumnOffset
offset to start of source region to read in columns
uint32_t MPSMatrixCopyOffsets::sourceRowOffset
offset to start of source region to read in rows
Author
Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code.
Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSMatrixCopyOffsets(3)