9 Jun
2021
9 Jun
'21
12:43 p.m.
On Tue, 8 Jun 2021 at 10:57, Nikolay Sivov <nsivov(a)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.