Indicates whether the DXGI format is a typeless format.
bool IsTypeless(
DXGI_FORMAT fmt,
bool partialTypeless
)
fmt
Type: DXGI_FORMAT
[in] One member of the DXGI_FORMAT enumeration.
partialTypeless
Type: bool
[in] Set to true if mixed types should return true. The default is true.
Type: bool
Returns true if the DXGI format is a typeless format. If partialTypeless is true (which is the default) then formats with both typeless and typed content return true. If partialTypeless is false, then the mixed DXGI types (such as DXGI_FORMAT_R32_FLOAT_X8X24_TYPELESS) will return false.
Header: Declared in directxtex.h.