[PATCH vkd3d 3/4] include: Add definitions for versioned root signatures.

Chip Davis cdavis at codeweavers.com
Wed Apr 10 10:41:24 CDT 2019


April 10, 2019 10:32 AM, "Józef Kucia" <joseph.kucia at gmail.com> wrote:

> @@ -2298,13 +2305,39 @@ interface ID3D12RootSignatureDeserializer : IUnknown
[...]
> +typedef HRESULT (__stdcall *PFN_D3D12_SERIALIZE_VERSIONED_ROOT_SIGNATURE)(
> +        const D3D12_VERSIONED_ROOT_SIGNATURE_DESC *desc, ID3DBlob **blob, ID3DBlob **error_blob);
> +
> +[local] HRESULT __stdcall D3D12SerializeVersionedRootSignature(
> +        const D3D12_VERSIONED_ROOT_SIGNATURE_DESC *desc, ID3DBlob **blob, ID3DBlob **error_blob);
> +
>  [local] HRESULT __stdcall D3D12SerializeVersionedRootSignature(
>          const D3D12_VERSIONED_ROOT_SIGNATURE_DESC *root_signature_desc,
>          ID3DBlob **blob, ID3DBlob **error_blob);

Duplicate declarations.

Chip



More information about the wine-devel mailing list