Variable SamplerInfo.wrapMode

The wrap mode for look-ups outside of [ 0 , 1 ] in the three axis

struct SamplerInfo
{
  // ...
  WrapMode[3] wrapMode ;
  // ...
}