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

Henri Verbeet hverbeet at gmail.com
Thu Aug 6 10:35:45 CDT 2020


On Thu, 6 Aug 2020 at 19: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;
> +
> +typedef enum _D3D_INTERPOLATION_MODE {

Inconsistent style.



More information about the wine-devel mailing list