IsVideo

Indicates whether the DXGI format is a DXGI 1.2 format that is not supported for general use by DirectX 11.

Syntax

bool IsVideo(
         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 DXGI 1.2 format that is not supported for general use by DirectX 11.

false if the DXGI format is supported for general use by DirectX 11.

Requirements

Header: Declared in directxtex.h.