[PATCH v2 2/6] dxgi: Implement d3d12_swapchain_ResizeTarget().

Józef Kucia joseph.kucia at gmail.com
Tue Jun 25 06:53:13 CDT 2019


On Mon, Jun 24, 2019 at 4:23 PM Conor McCarthy
<cmccarthy at codeweavers.com> wrote:
> +    if (!target_mode_desc)
> +    {
> +        WARN("Invalid pointer.\n");
> +        return DXGI_ERROR_INVALID_CALL;
> +    }
> +
> +    TRACE("Mode: %s.\n", debug_dxgi_mode(target_mode_desc));
> +
> +    if (target_mode_desc->Scaling)
> +        FIXME("Ignoring scaling %#x.\n", target_mode_desc->Scaling);

The lines above should be moved to the dxgi_resize_target() helper.



More information about the wine-devel mailing list