D1146: Invalid Render Controls

The specified rendering controls had invalid parameters and will be ignored.

 

Possible Causes

This message may occur during ID2D1DeviceContext::SetRenderingControls if the application specifies an invalid buffer precision value, or a tile size of zero.

Possible Fixes

Ensure that the application uses a valid buffer precision value. See D2D1_BUFFER_PRECISION. Ensure that the application specifies a nonzero tile size.