On Mon Aug 5 10:55:42 2024 +0000, Matteo Bruni wrote:
Technically, mip skip bits should only apply to the `mipfilter` argument, not `filter`. Is there any validation for those in `filter` arguments (i.e. are otherwise valid "mip skip" values in `filter` rejected?)
Yeah, the mip skip bits are only valid in the `mipfilter` argument. I've removed these from this structure, and added them as a separate test for the `mipfilter` argument only.