C# 클래스 NewTOAPIA.GL.GLDisplayList

상속: IBracket, IRenderable
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( ) : void
Begin ( ListMode mode ) : void
BeginCompile ( ) : void
BeginCompileAndExecute ( ) : void
End ( ) : void
GLDisplayList ( GraphicsInterface gi ) : NewTOAPIA.GL
Render ( GraphicsInterface gi ) : void

메소드 상세

Begin() 공개 메소드

public Begin ( ) : void
리턴 void

Begin() 공개 메소드

public Begin ( ListMode mode ) : void
mode ListMode
리턴 void

BeginCompile() 공개 메소드

public BeginCompile ( ) : void
리턴 void

BeginCompileAndExecute() 공개 메소드

public BeginCompileAndExecute ( ) : void
리턴 void

End() 공개 메소드

public End ( ) : void
리턴 void

GLDisplayList() 공개 메소드

public GLDisplayList ( GraphicsInterface gi ) : NewTOAPIA.GL
gi GraphicsInterface
리턴 NewTOAPIA.GL

Render() 공개 메소드

public Render ( GraphicsInterface gi ) : void
gi GraphicsInterface
리턴 void