sig
  type attribute = Default | Core | Debug
  type t = {
    depthBits : int;
    stencilBits : int;
    antialiasingLevel : int;
    majorVersion : int;
    minorVersion : int;
    attributes : SFContextSettings.attribute list;
    sRgbCapable : bool;
  }
  val default : SFContextSettings.t
end