Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A call to IsDxgiFormatSupported was made with DXGI_FORMAT_UNKNOWN. This API returns false, though DXGI_FORMAT_UNKNOWN may be valid as an input to some APIs.
Possible Causes
A call to IsDxgiFormatSupported was made with DXGI_FORMAT_UNKNOWN.
Possible Fixes
Determine whether DXGI_FORMAT_UNKNOWN is a valid buffer precision for a given API by reading the documentation for that API rather than trying to determine this programmatically.