C# Класс Axiom.RenderSystems.OpenGLES.GLESPBRTTManager

Наследование: Axiom.RenderSystems.OpenGLES.GLESRTTManager
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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