Variable SamplerInfo.lodRange

struct SamplerInfo
{
  // ...
  float[2] lodRange = [0.0F, 0.0F];
  // ...
}