Home -> ITextureBuffer -> CellDimensionsInPixelsFromFormat

Description

The CellDimensionsInPixelsFromFormat method returns the pixel dimensions of each encoded cell for the specified data format.

Usage

static V2UInt32 CellDimensionsInPixelsFromFormat(SourceDataFormat dataFormat);
static V2UInt32 CellDimensionsInPixelsFromFormat(DataFormat dataFormat);

Argument list

dataFormat [SourceDataFormat]
The data format to query.

Return value

[static V2UInt32]
The pixel dimensions of one compressed texture cell for the specified data format, or 1x1 for uncompressed formats.

See also