directx-d v0.14.1 (2022-11-15T10:12:44Z)
Dub
Repo
IDXGIOutput5
directx
dxgi1_5
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(Windows)
extern (
C
++)
interface
IDXGIOutput5 :
IDXGIOutput4
{
HRESULT
DuplicateOutput1
(IUnknown pDevice, UINT Flags, UINT SupportedFormatsCount, const(DXGI_FORMAT)* pSupportedFormats, IDXGIOutputDuplication* ppOutputDuplication);
}
Members
Functions
DuplicateOutput1
HRESULT
DuplicateOutput1
(IUnknown pDevice, UINT Flags, UINT SupportedFormatsCount, const(DXGI_FORMAT)* pSupportedFormats, IDXGIOutputDuplication* ppOutputDuplication)
Undocumented in source.
Inherited Members
From IDXGIOutput4
CheckOverlayColorSpaceSupport
HRESULT
CheckOverlayColorSpaceSupport
(DXGI_FORMAT Format, DXGI_COLOR_SPACE_TYPE ColorSpace, IUnknown pConcernedDevice, UINT* pFlags)
Undocumented in source.
Meta
Source
See Implementation
directx
dxgi1_5
interfaces
IDXGIOutput5