Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D11Device::GetCreationFlags method

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

Syntax


UINT GetCreationFlags();

Parameters

This method has no parameters.

Return value

Type: UINT

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

Requirements

Header

D3D11.h

Library

D3D11.lib

See also

ID3D11Device

 

 

Show:
© 2017 Microsoft