Game Development Reference
In-Depth Information
ContextSettings
The final argument is an instance of ContextSettings . This structure is a collection of
settings, which describes the desired rendering context. SFML uses OpenGL for rendering
under the hood and thus those settings are directly relevant to it. The available context set-
tings are as follows:
depthBits : This refers to the number of depth buffer bits
stencilBits : This refers to the number of stencil buffer bits
antialiasingLevel : This refers to the requested number of multisampling
levels
majorVersion and minorVersion : These refer to the requested version of
OpenGL
Each of these settings will be explained in more detail in Chapter 5 , Manipulating a 2D
Camera , where you will learn how to render things directly using OpenGL.
Search WWH ::




Custom Search