[PATCH 4/4] ddraw: Handle stateblocks in d3d_device7_SetClipPlane().

Henri Verbeet hverbeet at gmail.com
Wed Oct 30 09:04:23 CDT 2019


On Wed, 30 Oct 2019 at 05:28, Zebediah Figura <z.figura12 at gmail.com> wrote:
>      wined3d_mutex_lock();
> -    hr = wined3d_device_set_clip_plane(device->wined3d_device, idx, wined3d_plane);
> +    hr = wined3d_stateblock_set_clip_plane(device->update_state, idx, wined3d_plane);
> +    if (!device->recording)
Shouldn't this check hr as well?



More information about the wine-devel mailing list