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

상속: Axiom.RenderSystems.OpenGLES.GLESRTTManager
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
Bind ( Graphics target ) : void
CheckFormat ( Media format ) : bool
CreateRenderTexture ( string name, GLESSurfaceDescription target, bool writeGama, int fsaa ) : Graphics.RenderTexture
GLESRTTManager ( Axiom.RenderSystems.OpenGLES.GLESSupport support, RenderTarget mainWindow ) : void
ReleasePBuffer ( PixelComponentType ctype ) : void
RequestPBuffer ( PixelComponentType ctype, int width, int height ) : void
Unbind ( Graphics target ) : void

메소드 상세

Bind() 공개 메소드

public Bind ( Graphics target ) : void
target Graphics
리턴 void

CheckFormat() 공개 메소드

public CheckFormat ( Media format ) : bool
format Media
리턴 bool

CreateRenderTexture() 공개 메소드

public CreateRenderTexture ( string name, GLESSurfaceDescription target, bool writeGama, int fsaa ) : Graphics.RenderTexture
name string
target GLESSurfaceDescription
writeGama bool
fsaa int
리턴 Graphics.RenderTexture

GLESRTTManager() 공개 메소드

public GLESRTTManager ( Axiom.RenderSystems.OpenGLES.GLESSupport support, RenderTarget mainWindow ) : void
support Axiom.RenderSystems.OpenGLES.GLESSupport
mainWindow Axiom.Graphics.RenderTarget
리턴 void

ReleasePBuffer() 공개 메소드

public ReleasePBuffer ( PixelComponentType ctype ) : void
ctype PixelComponentType
리턴 void

RequestPBuffer() 공개 메소드

public RequestPBuffer ( PixelComponentType ctype, int width, int height ) : void
ctype PixelComponentType
width int
height int
리턴 void

Unbind() 공개 메소드

public Unbind ( Graphics target ) : void
target Graphics
리턴 void