MakeTypeless

Converts a DXGI format to a TYPELESS equiavlent, if any. This does not modify depth/stencil formats which have multiple ‘typeless’ mappings.

Syntax

DXGI_FORMAT MakeTypeless(
         DXGI_FORMAT fmt
)  

Parameters

fmt
Type: DXGI_FORMAT 

[in] One member of the DXGI_FORMAT enumeration.ration.

Return value

Type: DXGI_FORMAT 

One member of the DXGI_FORMAT enumeration.

Requirements

Header: Declared in directxtex.h.