ID3D10Device::GetCreationFlags method (d3d10.h)

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

Syntax

UINT GetCreationFlags();

Return value

Type: UINT

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

Requirements

Requirement Value
Target Platform Windows
Header d3d10.h
Library D3D10.lib

See also

ID3D10Device Interface