SFML-2.3.2.1: SFML bindings

Safe HaskellSafe-Inferred
LanguageHaskell98

SFML.Window.ContextSettings

Documentation

data ContextSettings Source

Constructors

ContextSettings 

Fields

depthBits :: Int

Bits of the depth buffer

stencilBits :: Int

Bits of the stencil buffer

antialiasingLevel :: Int

Level of antialiasing

majorVersion :: Int

Major number of the context version to create

minorVersion :: Int

Minor number of the context version to create

attributeFlags :: [ContextAttribute]

The attribute flags to create the context with

data ContextAttribute Source

Constructors

ContextDefault

Non-debug, compatibility context (this and the core attribute are mutually exclusive)

ContextCore

Core attribute

ContextDebug

Debug attribute