On Wed, 30 Oct 2019 at 05:28, Zebediah Figura z.figura12@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?