[PATCH 1/3] d2d1: Cache sampler state objects at device context.

Henri Verbeet hverbeet at gmail.com
Wed Jun 9 07:43:57 CDT 2021


On Tue, 8 Jun 2021 at 10:57, Nikolay Sivov <nsivov at codeweavers.com> wrote:
> +enum d2d_device_context_sampler_limits
> +{
> +    D2D_MAX_SAMPLER_INTERPOLATION_MODE = 2,
> +    D2D_MAX_SAMPLER_EXTEND_MODE = 3,
> +};
> +
I could live with it, but the naming is perhaps a little unfortunate
here. I.e., these are counts, not maximum values.



More information about the wine-devel mailing list