Indicates whether the DXGI format is a DXGI 1.2 format that is not supported for general use by DirectX 11.
bool IsVideo(
DXGI_FORMAT fmt
)
fmt
Type: DXGI_FORMATÂ
[in] One member of the DXGI_FORMAT enumeration.
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.
Header: Declared in directxtex.h.