Re: [3/4] wined3d: reject ffp blits if the destination is not fbo attachable
12 Oct
2011
12 Oct
'11
4:32 a.m.
On 11 October 2011 22:30, Stefan Dösinger <stefan(a)codeweavers.com> wrote:
+ if (wined3d_settings.offscreen_rendering_mode == ORM_FBO) + { + if (!((dst_format->flags & WINED3DFMT_FLAG_FBO_ATTACHABLE) || (dst_usage & WINED3DUSAGE_RENDERTARGET))) + return FALSE; + } + else if (!(dst_usage & WINED3DUSAGE_RENDERTARGET)) + { + return FALSE; + } Same consideration as for 2/4. Guess I should have caught this when bccfd7cc introduced it.
5177
Age (days ago)
5177
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet