Variable ColorBlendInfo.logicOp

struct ColorBlendInfo
{
  // ...
  Option!(gfx.graal.pipeline.LogicOp) logicOp ;
  // ...
}