Variable SamplerInfo.unnormalizeCoords

If set, lookup is done in texel space rather than normalized coordinates.

struct SamplerInfo
{
  // ...
  std.typecons.Flag!("unnormalizeCoords") unnormalizeCoords ;
  // ...
}