Variable Rasterizer.depthClamp

struct Rasterizer
{
  // ...
  std.typecons.Flag!("depthClamp") depthClamp ;
  // ...
}