[v2 PATCH 2/3] d2d1/tests: Basic test for ID2D1DCRenderTarget creation

Henri Verbeet hverbeet at gmail.com
Tue Mar 29 04:15:51 CDT 2016


On 29 March 2016 at 01:21, Nikolay Sivov <nsivov at codeweavers.com> wrote:
> +    static D2D1_PIXEL_FORMAT invalid_formats[] =
> +    {
> +        { DXGI_FORMAT_UNKNOWN, D2D1_ALPHA_MODE_PREMULTIPLIED },
> +        { DXGI_FORMAT_B8G8R8A8_UNORM, D2D1_ALPHA_MODE_UNKNOWN },
> +        { DXGI_FORMAT_R8G8B8A8_UNORM, D2D1_ALPHA_MODE_PREMULTIPLIED },
> +    };
I should have noticed before, but this should be const.



More information about the wine-devel mailing list