maxAnisotropy property

  1. @override
int get maxAnisotropy

Sixteen, which is what this API's maxAnisotropy tops out at. A sampler asking for more is clamped by samplerFor rather than refused.

Implementation

@override
int get maxAnisotropy => 16;