C# Class Axiom.RenderSystems.OpenGL.GLHardwareOcclusionQuery

Summary description for GLHardwareOcclusionQuery.
Inheritance: Axiom.Graphics.HardwareOcclusionQuery
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
Begin ( ) : void
End ( ) : void
IsStillOutstanding ( ) : bool
PullResults ( ) : int

Méthodes protégées

Méthode Description
dispose ( bool disposeManagedResources ) : void

Private Methods

Méthode Description
GLHardwareOcclusionQuery ( Axiom.RenderSystems.OpenGL.BaseGLSupport glSupport ) : System

Method Details

Begin() public méthode

public Begin ( ) : void
Résultat void

End() public méthode

public End ( ) : void
Résultat void

IsStillOutstanding() public méthode

public IsStillOutstanding ( ) : bool
Résultat bool

PullResults() public méthode

public PullResults ( ) : int
Résultat int

dispose() protected méthode

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void