ID3D11Device::GetCreationFlags method (d3d11.h)

Get the flags used during the call to create the device with D3D11CreateDevice.

Syntax

UINT GetCreationFlags();

Return value

Type: UINT

A bitfield containing the flags used to create the device. See D3D11_CREATE_DEVICE_FLAG.

Requirements

Requirement Value
Target Platform Windows
Header d3d11.h
Library D3D11.lib

See also

ID3D11Device