Variable ColorBlendAttachment.enabled

struct ColorBlendAttachment
{
  // ...
  std.typecons.Flag!("enabled") enabled ;
  // ...
}