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

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

공개 메소드들

메소드 설명
GLESPBRenderTexture ( GLESPBRTTManager manager, string name, GLESSurfaceDescription target, bool writeGamma, int fsaa ) : System

this ( string attribute ) : object

보호된 메소드들

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

메소드 상세

GLESPBRenderTexture() 공개 메소드

public GLESPBRenderTexture ( GLESPBRTTManager manager, string name, GLESSurfaceDescription target, bool writeGamma, int fsaa ) : System
manager GLESPBRTTManager
name string
target GLESSurfaceDescription
writeGamma bool
fsaa int
리턴 System

dispose() 보호된 메소드

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

this() 공개 메소드

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