Alias R32_G32.numFormats

struct R32_G32
{
  // ...
  alias numFormats = AliasSeq!(NumFormat.uInt,NumFormat.sInt,NumFormat.sFloat);
  // ...
}