[PATCH 2/2] d3dx9_36: Support D3DFMT_P8 for DDS files

Dmitry Timoshkov dmitry at baikal.ru
Sat Mar 21 22:31:16 CDT 2020


Alistair Leslie-Hughes <leslie_alistair at hotmail.com> wrote:

> +/* 16x3 8-bit dds  */

According to ok()s below it's actually 16x4.

> +    ok(info.Width == 16, "Got width %u.\n", info.Width);
> +    ok(info.Height == 4, "Got height %u.\n", info.Height);

-- 
Dmitry.



More information about the wine-devel mailing list