directx-d v0.14.1 (2022-11-15T10:12:44Z)
Dub
Repo
IDXGISwapChain3
directx
dxgi1_4
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
IDXGISwapChain3 : IDXGISwapChain2 {
UINT
GetCurrentBackBufferIndex
();
HRESULT
CheckColorSpaceSupport
(DXGI_COLOR_SPACE_TYPE ColorSpace, UINT* pColorSpaceSupport);
HRESULT
SetColorSpace1
(DXGI_COLOR_SPACE_TYPE ColorSpace);
HRESULT
ResizeBuffers1
(UINT BufferCount, UINT Width, UINT Height, DXGI_FORMAT Format, UINT SwapChainFlags, const(UINT)* pCreationNodeMask, const(IUnknown)* ppPresentQueue);
}
Members
Functions
CheckColorSpaceSupport
HRESULT
CheckColorSpaceSupport
(DXGI_COLOR_SPACE_TYPE ColorSpace, UINT* pColorSpaceSupport)
Undocumented in source.
GetCurrentBackBufferIndex
UINT
GetCurrentBackBufferIndex
()
Undocumented in source.
ResizeBuffers1
HRESULT
ResizeBuffers1
(UINT BufferCount, UINT Width, UINT Height, DXGI_FORMAT Format, UINT SwapChainFlags, const(UINT)* pCreationNodeMask, const(IUnknown)* ppPresentQueue)
Undocumented in source.
SetColorSpace1
HRESULT
SetColorSpace1
(DXGI_COLOR_SPACE_TYPE ColorSpace)
Undocumented in source.
Meta
Source
See Implementation
directx
dxgi1_4
aliases
DXGI_MEMORY_SEGMENT_GROUP
DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG
DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG
enums
DXGI_MEMORY_SEGMENT_GROUP_LOCAL
DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG_PRESENT
DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG_PRESENT
interfaces
IDXGIAdapter3
IDXGIFactory4
IDXGIOutput4
IDXGISwapChain3
structs
DXGI_QUERY_VIDEO_MEMORY_INFO