C# 클래스 Axiom.RenderSystems.OpenGLES.GLESFBORenderTexture

상속: GLESRenderTexture
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
GLESFBORenderTexture ( Axiom.RenderSystems.OpenGLES.GLESFBORTTManager manager, string name, GLESSurfaceDescription target, bool writeGamma, int fsaa ) : System
SwapBuffers ( bool waitForVSync ) : void
this ( string attribute ) : object

메소드 상세

GLESFBORenderTexture() 공개 메소드

public GLESFBORenderTexture ( Axiom.RenderSystems.OpenGLES.GLESFBORTTManager manager, string name, GLESSurfaceDescription target, bool writeGamma, int fsaa ) : System
manager Axiom.RenderSystems.OpenGLES.GLESFBORTTManager
name string
target GLESSurfaceDescription
writeGamma bool
fsaa int
리턴 System

SwapBuffers() 공개 메소드

public SwapBuffers ( bool waitForVSync ) : void
waitForVSync bool
리턴 void

this() 공개 메소드

public this ( string attribute ) : object
attribute string
리턴 object