[PATCH v2 1/2] include: Add d3d12 reflection structures.

Henri Verbeet hverbeet at gmail.com
Fri Aug 7 08:05:52 CDT 2020


On Fri, 7 Aug 2020 at 01:36, Paul Gofman <pgofman at codeweavers.com> wrote:
> +typedef enum _D3D_PARAMETER_FLAGS
> +{
> +    D3D_PF_NONE,
> +    D3D_PF_IN,
> +    D3D_PF_OUT,
> +    D3D_PF_FORCE_DWORD,
> +} D3D_PARAMETER_FLAGS;
> +
I didn't spot this in the previous version, but D3D_PF_FORCE_DWORD has
value 0x7fffffff in the SDK headers.



More information about the wine-devel mailing list