[PATCH] d3drm/tests: Add tests for IDirect3DRM*::LoadTexture (try 4).

Aaryaman Vasishta jem456.vasishta at gmail.com
Sat Dec 26 12:51:53 CST 2015


On Sat, Dec 26, 2015 at 11:46 PM, Stefan Dösinger <stefandoesinger at gmail.com
> wrote:

>
> > Am 23.12.2015 um 16:46 schrieb Aaryaman Vasishta <
> jem456.vasishta at gmail.com>:
> >
> > +    file = create_bitmap("palette.bmp", 3, 39, TRUE);
> > +
> > +    hr = Direct3DRMCreate(&d3drm1);
> > +    ok(hr == D3DRM_OK, "Cannot get IDirect3DRM interface (hr = %x)\n",
> hr);
> > +
> > +    hr = IDirect3DRM_QueryInterface(d3drm1, &IID_IDirect3DRM2, (void
> **)&d3drm2);
> > +    ok(SUCCEEDED(hr), "Cannot get IDirect3DRM2 interface (hr = %x)\n",
> hr);
> > +
> > +    file = create_bitmap("8bpp.bmp", 100, 100, FALSE);
> The first line here seems to be a leftover from the last patch version.
> The same applies to the V3 function
>
My bad, that line is definitely redundant.
Anything else before I send try 5? Hopefully that'll be the last one :)

Cheers,
Aaryaman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20151227/f64b9dc7/attachment.html>


More information about the wine-devel mailing list