package sfml

  1. Overview
  2. Docs
type attribute =
  1. | Default
  2. | Core
  3. | Debug
type t = {
  1. depthBits : int;
  2. stencilBits : int;
  3. antialiasingLevel : int;
  4. majorVersion : int;
  5. minorVersion : int;
  6. attributes : attribute list;
  7. sRgbCapable : bool;
}
val default : t