C# Class CSharpGL.FBORenderContext

A render context.
Inheritance: HiddenWindowRenderContext
Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Méthodes publiques

Méthode Description
Blit ( IntPtr deviceContext ) : void

Create ( int width, int height, int bitDepth, object parameter ) : bool

Creates the render context provider. Must also create the OpenGL extensions.

SetDimensions ( int width, int height ) : void

Méthodes protégées

Méthode Description
DisposeUnmanagedResources ( ) : void

Private Methods

Méthode Description
CreateFramebuffer ( int width, int height ) : Framebuffer

Method Details

Blit() public méthode

public Blit ( IntPtr deviceContext ) : void
deviceContext System.IntPtr
Résultat void

Create() public méthode

Creates the render context provider. Must also create the OpenGL extensions.
public Create ( int width, int height, int bitDepth, object parameter ) : bool
width int
height int
bitDepth int
parameter object
Résultat bool

DisposeUnmanagedResources() protected méthode

protected DisposeUnmanagedResources ( ) : void
Résultat void

SetDimensions() public méthode

public SetDimensions ( int width, int height ) : void
width int
height int
Résultat void