ReactOS 0.4.17-dev-934-g091855f
DXGI_SWAP_CHAIN_DESC Struct Reference
Collaboration diagram for DXGI_SWAP_CHAIN_DESC:

Public Attributes

DXGI_MODE_DESC BufferDesc
 
DXGI_SAMPLE_DESC SampleDesc
 
DXGI_USAGE BufferUsage
 
UINT BufferCount
 
HWND OutputWindow
 
BOOL Windowed
 
DXGI_SWAP_EFFECT SwapEffect
 
UINT Flags
 

Detailed Description

Definition at line 134 of file dxgi.idl.

Member Data Documentation

◆ BufferCount

UINT DXGI_SWAP_CHAIN_DESC::BufferCount

Definition at line 138 of file dxgi.idl.

Referenced by create_swapchain(), and d2d_hwnd_render_target_init().

◆ BufferDesc

DXGI_MODE_DESC DXGI_SWAP_CHAIN_DESC::BufferDesc

Definition at line 135 of file dxgi.idl.

Referenced by create_swapchain(), and d2d_hwnd_render_target_init().

◆ BufferUsage

DXGI_USAGE DXGI_SWAP_CHAIN_DESC::BufferUsage

Definition at line 137 of file dxgi.idl.

Referenced by create_swapchain(), and d2d_hwnd_render_target_init().

◆ Flags

UINT DXGI_SWAP_CHAIN_DESC::Flags

Definition at line 142 of file dxgi.idl.

Referenced by create_swapchain(), and d2d_hwnd_render_target_init().

◆ OutputWindow

HWND DXGI_SWAP_CHAIN_DESC::OutputWindow

Definition at line 139 of file dxgi.idl.

Referenced by create_swapchain(), and d2d_hwnd_render_target_init().

◆ SampleDesc

DXGI_SAMPLE_DESC DXGI_SWAP_CHAIN_DESC::SampleDesc

Definition at line 136 of file dxgi.idl.

Referenced by create_swapchain(), and d2d_hwnd_render_target_init().

◆ SwapEffect

DXGI_SWAP_EFFECT DXGI_SWAP_CHAIN_DESC::SwapEffect

Definition at line 141 of file dxgi.idl.

Referenced by create_swapchain(), and d2d_hwnd_render_target_init().

◆ Windowed

BOOL DXGI_SWAP_CHAIN_DESC::Windowed

Definition at line 140 of file dxgi.idl.

Referenced by create_swapchain(), and d2d_hwnd_render_target_init().


The documentation for this struct was generated from the following file: