C# Class Axiom.RenderSystems.OpenGL.GLFBORTTManager.RBFormat

Stencil and depth renderbuffers of the same format are re-used between surfaces of the same size and format. This can save a lot of memory when a large amount of rendertargets are used.
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Свойство Type Description
Format int
Height int
Width int

Méthodes publiques

Méthode Description
RBFormat ( int format, int width, int height ) : System
operator ( ) : bool

Method Details

RBFormat() public méthode

public RBFormat ( int format, int width, int height ) : System
format int
width int
height int
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Format public_oe property

public int Format
Résultat int

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int