Variable SamplerInfo.compare

Enables a comparison operation during lookup of depth/stencil based textures. Mostly useful for shadow maps.

struct SamplerInfo
{
  // ...
  Option!(gfx.graal.pipeline.CompareOp) compare ;
  // ...
}