[PATCH 8/9] wined3d: Store clear colors in subresources.

Henri Verbeet hverbeet at gmail.com
Mon May 2 10:36:56 CDT 2022


On Sun, 1 May 2022 at 20:39, Stefan Dösinger <stefan at codeweavers.com> wrote:
> @@ -2519,6 +2520,7 @@ static bool wined3d_context_vk_begin_render_pass(struct wined3d_context_vk *cont
>      begin_info.clearValueCount = 0;
>      for (i = 0; i < ARRAY_SIZE(state->fb.render_targets); ++i)
>      {
> +
>          if (!(view = state->fb.render_targets[i]) || view->format->id == WINED3DFMT_NULL)
>              continue;

Stray newline.



More information about the wine-devel mailing list