Re: [PATCH v2 3/3] wined3d: Advertise AUTOGENMIPMAP only for renderable and filterable formats.
Sept. 21, 2017
12:03 p.m.
On 21 September 2017 at 01:07, Matteo Bruni <mbruni(a)codeweavers.com> wrote:
+ || (format->flags[gl_type] & (WINED3DFMT_FLAG_RENDERTARGET | WINED3DFMT_FLAG_FILTERING)) + != (WINED3DFMT_FLAG_RENDERTARGET | WINED3DFMT_FLAG_FILTERING))) As an aside, that could also be written as "~format->flags[gl_type] & (WINED3DFMT_FLAG_RENDERTARGET | WINED3DFMT_FLAG_FILTERING)"
3107
Age (days ago)
3107
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet