Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ID2D1SourceTransform does not allow D2D1_BUFFER_PRECISION_SRGB to be combined with D2D1_CHANNEL_DEPTH_1.
Possible Causes
The application specified D2D1_BUFFER_PRECISION_SRGB and D2D1_CHANNEL_DEPTH_1 on an ID2D1SourceTransform.
Possible Fixes
D2D1_CHANNEL_DEPTH_DEFAULT or D2D1_CHANNEL_DEPTH_4 should be used instead.