Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 878 Bytes

d1251.md

File metadata and controls

38 lines (24 loc) · 878 Bytes
title ms.assetid description keywords topic_type api_name api_type ms.topic ms.date
D1251 D3D State Issue
66bf3ec9-08e2-4f3e-a883-f81ec70428a9
The state of the Direct3D device changed when Direct2D was still using it. This may be indicative of a threading violation because only one thread may use the device at a time.
D1251 D3D State Issue Direct2D
apiref
D1251 D3D State Issue
NA
reference
05/31/2018

D1251: D3D State Issue

The state of the Direct3D device changed when Direct2D was still using it. This may be indicative of a threading violation because only one thread may use the device at a time.

 

Possible Causes

The application may be using a single threaded D2D Factory on two different threads at the same time.

Possible Fixes

Make sure that the application is properly respecting Direct2D's threading policies.