Method | Description | |
---|---|---|
Blit ( |
|
|
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 |
|
Method | Description | |
---|---|---|
DisposeUnmanagedResources ( ) : void |
|
Method | Description | |
---|---|---|
CreateFramebuffer ( int width, int height ) : |
public Blit ( |
||
deviceContext | ||
return | void |
public Create ( int width, int height, int bitDepth, object parameter ) : bool | ||
width | int | |
height | int | |
bitDepth | int | |
parameter | object | |
return | bool |
protected DisposeUnmanagedResources ( ) : void | ||
return | void |
public SetDimensions ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |