C# Class Axiom.RenderSystems.OpenGL.GLPBuffer

An off-screen rendering context. These contexts are always RGBA for simplicity, speed and convenience, but the component format is configurable.
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
GLPBuffer ( PixelComponentType format, int width, int height ) : System

GetPixelComponentType ( PixelFormat fmt ) : PixelComponentType

Get PBuffer component format for an OGRE pixel format.

Method Details

GLPBuffer() public méthode

public GLPBuffer ( PixelComponentType format, int width, int height ) : System
format PixelComponentType
width int
height int
Résultat System

GetPixelComponentType() public static méthode

Get PBuffer component format for an OGRE pixel format.
public static GetPixelComponentType ( PixelFormat fmt ) : PixelComponentType
fmt PixelFormat
Résultat PixelComponentType