AMD GPU Services (AGS)
Public Attributes | List of all members
AGSDX11DeviceCreationParams Struct Reference

The struct to specify the existing DX11 device creation parameters. More...

#include <amd_ags.h>

Public Attributes

IDXGIAdapter * pAdapter
 Consult the DX documentation on D3D11CreateDevice for this parameter.
 
D3D_DRIVER_TYPE DriverType
 Consult the DX documentation on D3D11CreateDevice for this parameter.
 
HMODULE Software
 Consult the DX documentation on D3D11CreateDevice for this parameter.
 
UINT Flags
 Consult the DX documentation on D3D11CreateDevice for this parameter.
 
const D3D_FEATURE_LEVEL * pFeatureLevels
 Consult the DX documentation on D3D11CreateDevice for this parameter.
 
UINT FeatureLevels
 Consult the DX documentation on D3D11CreateDevice for this parameter.
 
UINT SDKVersion
 Consult the DX documentation on D3D11CreateDevice for this parameter.
 
const DXGI_SWAP_CHAIN_DESC * pSwapChainDesc
 Optional swapchain description. Specify this to invoke D3D11CreateDeviceAndSwapChain instead of D3D11CreateDevice.
 

Detailed Description

The struct to specify the existing DX11 device creation parameters.