C# Class Axiom.RenderSystems.OpenGL.GLFBORTTManager.FormatProperties.Mode

Allowed modes/properties for this pixel format
Show file Open project: WolfgangSt/axiom

Public Properties

Property Type Description
Depth int
Stencil int

Property Details

Depth public property

Depth format (0=no depth)
public int Depth
return int

Stencil public property

Stencil format (0=no stencil)
public int Stencil
return int