C# 클래스 NewTOAPIA.GL.GLRenderBuffer

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

공개 메소드들

메소드 설명
AllocateStorage ( int width, int height, int format ) : void
Bind ( ) : void
GLRenderBuffer ( GraphicsInterface gi ) : TOAPI.OpenGL
GLRenderBuffer ( GraphicsInterface gi, int width, int height, int format ) : TOAPI.OpenGL
GetNewID ( GraphicsInterface gi ) : int
Unbind ( ) : void

메소드 상세

AllocateStorage() 공개 메소드

public AllocateStorage ( int width, int height, int format ) : void
width int
height int
format int
리턴 void

Bind() 공개 메소드

public Bind ( ) : void
리턴 void

GLRenderBuffer() 공개 메소드

public GLRenderBuffer ( GraphicsInterface gi ) : TOAPI.OpenGL
gi GraphicsInterface
리턴 TOAPI.OpenGL

GLRenderBuffer() 공개 메소드

public GLRenderBuffer ( GraphicsInterface gi, int width, int height, int format ) : TOAPI.OpenGL
gi GraphicsInterface
width int
height int
format int
리턴 TOAPI.OpenGL

GetNewID() 공개 정적인 메소드

public static GetNewID ( GraphicsInterface gi ) : int
gi GraphicsInterface
리턴 int

Unbind() 공개 메소드

public Unbind ( ) : void
리턴 void