sfml.window
SFContextSettings
sfml.audio
sfml.audio_oo
sfml.graphics
sfml.graphics_oo
sfml.network
sfml.network_oo
sfml.system
sfml.system_oo
sfml.window_oo
Online documentation for the ContextSettings class
type attribute =
| Default
| Core
| Debug
type t = {
depthBits : int;
stencilBits : int;
antialiasingLevel : int;
majorVersion : int;
minorVersion : int;
attributes : attribute list;
sRgbCapable : bool;
}
val default : t