IDXGIFactory2

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Functions

CreateSwapChainForComposition
HRESULT CreateSwapChainForComposition(IUnknown pDevice, const(DXGI_SWAP_CHAIN_DESC1)* pDesc, IDXGIOutput pRestrictToOutput, IDXGISwapChain1* ppSwapChain)
Undocumented in source.
CreateSwapChainForCoreWindow
HRESULT CreateSwapChainForCoreWindow(IUnknown pDevice, IUnknown pWindow, const(DXGI_SWAP_CHAIN_DESC1)* pDesc, IDXGIOutput pRestrictToOutput, IDXGISwapChain1* ppSwapChain)
Undocumented in source.
CreateSwapChainForHwnd
HRESULT CreateSwapChainForHwnd(IUnknown pDevice, HWND hWnd, const(DXGI_SWAP_CHAIN_DESC1)* pDesc, const(DXGI_SWAP_CHAIN_FULLSCREEN_DESC)* pFullscreenDesc, IDXGIOutput pRestrictToOutput, IDXGISwapChain1* ppSwapChain)
Undocumented in source.
GetSharedResourceAdapterLuid
HRESULT GetSharedResourceAdapterLuid(HANDLE hResource, LUID* pLuid)
Undocumented in source.
IsWindowedStereoEnabled
BOOL IsWindowedStereoEnabled()
Undocumented in source.
RegisterOcclusionStatusEvent
HRESULT RegisterOcclusionStatusEvent(HANDLE hEvent, DWORD* pdwCookie)
Undocumented in source.
RegisterOcclusionStatusWindow
HRESULT RegisterOcclusionStatusWindow(HWND WindowHandle, UINT wMsg, DWORD* pdwCookie)
Undocumented in source.
RegisterStereoStatusEvent
HRESULT RegisterStereoStatusEvent(HANDLE hEvent, DWORD* pdwCookie)
Undocumented in source.
RegisterStereoStatusWindow
HRESULT RegisterStereoStatusWindow(HWND WindowHandle, UINT wMsg, DWORD* pdwCookie)
Undocumented in source.
UnregisterOcclusionStatus
void UnregisterOcclusionStatus(DWORD dwCookie)
Undocumented in source.
UnregisterStereoStatus
void UnregisterStereoStatus(DWORD dwCookie)
Undocumented in source.

Inherited Members

From IDXGIFactory1

EnumAdapters1
HRESULT EnumAdapters1(UINT Adapter, IDXGIAdapter1* ppAdapter)
Undocumented in source.
IsCurrent
BOOL IsCurrent()
Undocumented in source.

Meta