Site icon EfmSoft

What does HRESULT 0x88990025 (D2DERR_BITMAP_BOUND_AS_TARGET) mean?

 
Previous Next
D2DERR_INVALID_TARGET D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES

D2DERR_BITMAP_BOUND_AS_TARGET

D2DERR_BITMAP_BOUND_AS_TARGET means that the bitmap is currently bound as the Direct2D rendering target and is also being used as a source in a draw operation. Direct2D does not allow that read/write feedback loop for the same bitmap.

What to check

Copying through a distinct intermediate surface is the usual way to break the feedback loop.

Microsoft: Direct2D error codes


Looking for a different code? Search another status or error code.

Exit mobile version