directx-d ~developer (2021-10-31T21:06:23.8547217)
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.
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