[3/3] WineD3D: Don't enable render_to_fbo on single buffered swapchains

Henri Verbeet hverbeet at gmail.com
Tue Dec 15 04:48:30 CST 2009


2009/12/15 Stefan Dösinger <stefan at codeweavers.com>:
>
> Am 15.12.2009 um 08:14 schrieb Henri Verbeet:
>
>> 2009/12/15 Stefan Dösinger <stefan at codeweavers.com>:
>>> +            && present_parameters->BackBufferCount > 0
>> "BackBufferCount" is unsigned.
> Not even -Wall -pedantic complains about this, but okay. This patch compares against unsigned constants.
>
My point was just that you might as well just write
"present_parameters->BackBufferCount", since it's never going to be
below zero.



More information about the wine-devel mailing list