Variable SamplerInfo.anisotropy

Enables anisotropy filtering. The value set serves as maximum covering fragments.

struct SamplerInfo
{
  // ...
  Option!(float) anisotropy ;
  // ...
}