[PATCH 2/3] dxgi: Implement IDXGISwapChain4 stub.

Henri Verbeet hverbeet at gmail.com
Thu Jul 16 04:22:35 CDT 2020


On Thu, 16 Jul 2020 at 10:42, Rémi Bernon <rbernon at codeweavers.com> wrote:
> +static HRESULT STDMETHODCALLTYPE d3d12_swapchain_SetHDRMetaData(IDXGISwapChain4 *iface,
> +        DXGI_HDR_METADATA_TYPE type, UINT size, void *metadata)
> +{
> +    FIXME("iface %p, type %#x size %#x, metadata %p stub!\n", iface, type, size, metadata);
> +
Missing comma between "type" and "size".



More information about the wine-devel mailing list