maxSamplerAnisotropy property

int get maxSamplerAnisotropy

The maximum anisotropy clamp supported by device samplers (see SamplerOptions.maxAnisotropy).

A value of 1 means anisotropic filtering is not supported. Most devices that support anisotropic filtering report a maximum of 16.

Implementation

int get maxSamplerAnisotropy {
  return _getMaxSamplerAnisotropy();
}