D2D1_CREATION_PROPERTIES

<summary> This specifies the options while simultaneously creating the device, factory, and device context. </summary>

struct D2D1_CREATION_PROPERTIES {
D2D1_DEBUG_LEVEL debugLevel;
D2D1_DEVICE_CONTEXT_OPTIONS options;
}

Members

Variables

threadingMode
D2D1_THREADING_MODE threadingMode;

<summary> Describes locking behavior of D2D resources </summary>

Meta