D1183: CreateWicBitmapRenderTarget With Incompatible Feature Level

It is invalid to pass a Direct2D feature level other than D2D1_FEATURE_LEVEL_DEFAULT to CreateWicBitmapRenderTarget.

 

Possible Causes

When an application called ID2D1Factory::CreateWicBitmapRenderTarget, the minLevel field of the D2D1_RENDER_TARGET_PROPERTIES argument was not D2D1_FEATURE_LEVEL_DEFAULT.

Possible Fixes

Verify that the feature level used while creating a WIC-interopped render target is DEFAULT. Interoperability with WIC involves software-only features; feature level semantics are relevant for hardware behavior.