IsPacked

Indicates whether the DXGI format is a packed format.

Syntax

bool IsPacked(
         DXGI_FORMAT fmt
)  

Parameters

fmt
Type: DXGI_FORMAT 

[in] One member of the DXGI_FORMAT enumeration.

Return value

Type: bool 

true if the DXGI format is a packed format; otherwise, false.

Requirements

Header: Declared in directxtex.h.