15 Nov
2011
15 Nov
'11
8:19 a.m.
On 15 November 2011 00:12, Stefan Dösinger <stefan(a)codeweavers.com> wrote:
+ /* Tests show that only LPSURFACE and PIXELFORMAT can be set, and LPSURFACE is required + * for PIXELFORMAT to work */ This may be ok, but note that the test doesn't actually test this. (E.g. does calling SetSurfaceDesc() with the original surface desc work? What about bits not in DDSD_ALL? Etc.) Also, as a general principle, I'd be happier about the ddraw tests if they actually tested all the different interface versions.