ContextSettings

Structure defining the settings of the OpenGL context attached to a window.

Members

Variables

antialiasingLevel
uint antialiasingLevel;

Level of antialiasing.

depthBits
uint depthBits;

Bits of the depth buffer.

majorVersion
uint majorVersion;

Level of antialiasing.

minorVersion
uint minorVersion;

Minor number of the context version to create.

stencilBits
uint stencilBits;

Bits of the stencil buffer.

Meta