Type of the settings structure
Module OgamlCore.ContextSettings
Encapsulates data for context creationThis module encapsulates the settings used to create a GL context
Creates new settings using the following parameters :
depth
- bits allocated to the depth buffer (defaults to 24)stencil
- bits allocated to the stencil buffer (defaults to 0)msaa
- MSAA level (defaults to 0)resizable
- requests a resizable context (defaults to true)fullscreen
- requests a fullscreen context (defaults to false)framerate_limit
- sets a framerate limit
Returns the requested AA level
Returns the requested number of depth buffer bits
Returns the requested number of stencil buffer bits
Returns true iff the settings require a resizable window
Returns true iff the settings require fullscreen mode
Returns the requested framerate limit, if any