C# Класс Axiom.RenderSystems.OpenGL.GLPBRTTManager

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

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

Метод Описание
Bind ( RenderTarget target ) : void
CheckFormat ( PixelFormat format ) : bool
CreateRenderTexture ( string name, Axiom.RenderSystems.OpenGL.GLSurfaceDesc target, bool writeGamma, int fsaa ) : RenderTexture
GetContextFor ( PixelComponentType pcType, int width, int height ) : GLContext

Get GL rendering context for a certain component type and size.

ReleasePBuffer ( PixelComponentType pcType ) : void

Release PBuffer for a certain pixel format

RequestPBuffer ( PixelComponentType pcType, int width, int height ) : void

Create PBuffer for a certain pixel format and size

Unbind ( RenderTarget target ) : void

Защищенные методы

Метод Описание
dispose ( bool disposeManagedResources ) : void

Приватные методы

Метод Описание
GLPBRTTManager ( Axiom.RenderSystems.OpenGL.BaseGLSupport glSupport, RenderTarget target ) : System

Описание методов

Bind() публичный метод

public Bind ( RenderTarget target ) : void
target Axiom.Graphics.RenderTarget
Результат void

CheckFormat() публичный метод

public CheckFormat ( PixelFormat format ) : bool
format PixelFormat
Результат bool

CreateRenderTexture() публичный метод

public CreateRenderTexture ( string name, Axiom.RenderSystems.OpenGL.GLSurfaceDesc target, bool writeGamma, int fsaa ) : RenderTexture
name string
target Axiom.RenderSystems.OpenGL.GLSurfaceDesc
writeGamma bool
fsaa int
Результат Axiom.Graphics.RenderTexture

GetContextFor() публичный метод

Get GL rendering context for a certain component type and size.
public GetContextFor ( PixelComponentType pcType, int width, int height ) : GLContext
pcType PixelComponentType
width int
height int
Результат GLContext

ReleasePBuffer() публичный метод

Release PBuffer for a certain pixel format
public ReleasePBuffer ( PixelComponentType pcType ) : void
pcType PixelComponentType
Результат void

RequestPBuffer() публичный метод

Create PBuffer for a certain pixel format and size
public RequestPBuffer ( PixelComponentType pcType, int width, int height ) : void
pcType PixelComponentType
width int
height int
Результат void

Unbind() публичный метод

public Unbind ( RenderTarget target ) : void
target Axiom.Graphics.RenderTarget
Результат void

dispose() защищенный метод

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Результат void