C# 클래스 Axiom.RenderSystems.OpenGL.GLHardwareOcclusionQuery

Summary description for GLHardwareOcclusionQuery.
상속: Axiom.Graphics.HardwareOcclusionQuery
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
Begin ( ) : void
End ( ) : void
IsStillOutstanding ( ) : bool
PullResults ( ) : int

보호된 메소드들

메소드 설명
dispose ( bool disposeManagedResources ) : void

비공개 메소드들

메소드 설명
GLHardwareOcclusionQuery ( Axiom.RenderSystems.OpenGL.BaseGLSupport glSupport ) : System

메소드 상세

Begin() 공개 메소드

public Begin ( ) : void
리턴 void

End() 공개 메소드

public End ( ) : void
리턴 void

IsStillOutstanding() 공개 메소드

public IsStillOutstanding ( ) : bool
리턴 bool

PullResults() 공개 메소드

public PullResults ( ) : int
리턴 int

dispose() 보호된 메소드

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
리턴 void