[PATCH 1/6] include/d3d10sdklayers.idl: Add D3D10Debug interface.

Henri Verbeet hverbeet at gmail.com
Tue Aug 25 09:07:00 CDT 2020


On Sat, 22 Aug 2020 at 09:15, Biswapriyo Nath <nathbappai at gmail.com> wrote:
> +    HRESULT SetSwapChain(
> +        [in] IDXGISwapChain *pSwapChain
> +    );
> +    HRESULT GetSwapChain(
> +        [out] IDXGISwapChain **ppSwapChain
> +    );
Just "swapchain" for the parameter names here, please.

> +interface ID3D10Debug : IUnknown
> +{
> ...
> +};
The ";" is superfluous here.



More information about the wine-devel mailing list