package sfml

  1. Overview
  2. Docs
Bindings to the SFML multimedia library

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-sfml-0.09.2.tar.gz
sha256=ce1e50dec69a4495232261627a359a8fb54d79788147380bee78b0983f8b6951
md5=9ae99bb47bb68d5181d01b7bbc78a351

doc/sfml.window/SFContextSettings/index.html

Module SFContextSettings

Online documentation for the ContextSettings class

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
OCaml

Innovation. Community. Security.