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

Наследование: GLESRenderTexture
Показать файл Открыть проект

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

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