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.
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method 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 method

public GLPBuffer ( PixelComponentType format, int width, int height ) : System
format PixelComponentType
width int
height int
return System

GetPixelComponentType() public static method

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