C# Class Axiom.RenderSystems.OpenGL.GLHardwareOcclusionQuery

Summary description for GLHardwareOcclusionQuery.
Inheritance: Axiom.Graphics.HardwareOcclusionQuery
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
Begin ( ) : void
End ( ) : void
IsStillOutstanding ( ) : bool
PullResults ( ) : int

Protected Methods

Method Description
dispose ( bool disposeManagedResources ) : void

Private Methods

Method Description
GLHardwareOcclusionQuery ( Axiom.RenderSystems.OpenGL.BaseGLSupport glSupport ) : System

Method Details

Begin() public method

public Begin ( ) : void
return void

End() public method

public End ( ) : void
return void

IsStillOutstanding() public method

public IsStillOutstanding ( ) : bool
return bool

PullResults() public method

public PullResults ( ) : int
return int

dispose() protected method

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
return void