Variable BlendState.factor

struct BlendState
{
  // ...
  Trans!(gfx.graal.pipeline.BlendFactor) factor ;
  // ...
}