Contents

rowStride

The number of bytes between the first texel in a row of image data and the first texel in the next row.

Declaration

var rowStride: Int { get }

Discussion

If this value is zero, the texture does not support direct addressing of texels—this is the case for some compressed texture formats.

See Also

Examining Texture Attributes