directx-d v0.14.0 (2020-05-02T17:46:30Z)
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