dsfml.window.windowsettings



struct WindowSettings;
Structure defining the creation settings of windows

static WindowSettings opCall(uint depth = cast(uint)24, uint stencil = cast(uint)8, uint antialiasing = cast(uint)0);


uint DepthBits;
Bits of the depth buffer

uint StencilBits;
Bits of the stencil buffer

uint AntialiasingLevel;
Level of antialiasing


Page generated by Ddoc.