On Tue, 17 Mar 2020 at 01:47, Zebediah Figura z.figura12@gmail.com wrote:
- color = get_texture_color(test_context.backbuffer, 320, 240);
- ok(compare_color(color, 0x80804000, 1), "Got unexpected color 0x%08x.\n", color);
Perhaps predictably, this test fails here on Wine:
d3d10core.c:18349: Test failed: Got unexpected color 0x80008080.