Method | Description | |
---|---|---|
ChoosePixelFormat ( |
||
ChoosePixelFormatEXT ( |
||
CopyContext ( |
||
CreateContext ( |
||
CreateLayerContext ( IntPtr hDc, int level ) : IntPtr | ||
DeleteContext ( IntPtr oldContext ) : Boolean | ||
DescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, Int32 nBytes, LayerPlaneDescriptor plpd ) : Boolean | ||
DescribePixelFormat ( IntPtr hdc, int ipfd, Int32 cjpfd, PixelFormatDescriptor ppfd ) : int | ||
GetCurrentContext ( ) : IntPtr | ||
GetCurrentDC ( ) : IntPtr | ||
GetDefaultProcAddres ( String lpszProc ) : IntPtr | ||
GetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, Int32 pcr ) : int | ||
GetPixelFormat ( IntPtr hdc ) : int | ||
GetProcAddres ( String lpszProc ) : IntPtr | ||
Load ( string function ) : bool |
Loads the given Wgl entry point.
|
|
LoadAll ( ) : void |
Loads all Wgl entry points, core and extensions.
|
|
MakeContextCurrentEXT ( IntPtr hDrawDC, IntPtr hReadDC, IntPtr hglrc ) : Boolean | ||
MakeCurrent ( IntPtr hDc, IntPtr newContext ) : Boolean | ||
RealizeLayerPalette ( IntPtr hdc, int iLayerPlane, Boolean bRealize ) : Boolean | ||
SetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, Int32 pcr ) : int | ||
SetPixelFormat ( IntPtr hdc, int ipfd, PixelFormatDescriptor ppfd ) : Boolean | ||
ShareLists ( IntPtr hrcSrvShare, IntPtr hrcSrvSource ) : Boolean | ||
SwapBuffers ( IntPtr hdc ) : Boolean | ||
SwapLayerBuffers ( IntPtr hdc, Int32 fuFlags ) : Boolean | ||
UseFontBitmapsA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase ) : Boolean | ||
UseFontBitmapsW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase ) : Boolean | ||
UseFontOutlinesA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, GlyphMetricsFloat glyphMetrics ) : Boolean | ||
UseFontOutlinesW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, GlyphMetricsFloat glyphMetrics ) : Boolean |
Method | Description | |
---|---|---|
ChoosePixelFormatEXT ( |
||
CopyContext ( |
||
DescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, UInt32 nBytes, LayerPlaneDescriptor plpd ) : Boolean | ||
DescribePixelFormat ( IntPtr hdc, int ipfd, UInt32 cjpfd, PixelFormatDescriptor ppfd ) : int | ||
GetExtensionDelegate ( string name, Type signature ) : Delegate |
Creates a System.Delegate that can be used to call a dynamically exported OpenGL function.
|
|
LoadDelegate ( string name, Type signature ) : Delegate |
Creates a System.Delegate that can be used to call an OpenGL function, core or extension.
|
|
SwapLayerBuffers ( IntPtr hdc, UInt32 fuFlags ) : Boolean | ||
Wgl ( ) : System |
public static ChoosePixelFormat ( |
||
hDc | ||
pPfd | ||
return | int |
public static ChoosePixelFormatEXT ( |
||
hdc | ||
piAttribIList | int | |
pfAttribFList | System.Single | |
nMaxFormats | ||
piFormats | [ | |
nNumFormats | [ | |
return | System.Boolean |
public static CopyContext ( |
||
hglrcSrc | ||
hglrcDst | ||
mask | ||
return | System.Boolean |
public static CreateContext ( |
||
hDc | ||
return |
public static CreateLayerContext ( IntPtr hDc, int level ) : IntPtr | ||
hDc | IntPtr | |
level | int | |
return | IntPtr |
public static DeleteContext ( IntPtr oldContext ) : Boolean | ||
oldContext | IntPtr | |
return | Boolean |
public static DescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, Int32 nBytes, LayerPlaneDescriptor plpd ) : Boolean | ||
hDc | IntPtr | |
pixelFormat | int | |
layerPlane | int | |
nBytes | Int32 | |
plpd | LayerPlaneDescriptor | |
return | Boolean |
public static DescribePixelFormat ( IntPtr hdc, int ipfd, Int32 cjpfd, PixelFormatDescriptor ppfd ) : int | ||
hdc | IntPtr | |
ipfd | int | |
cjpfd | Int32 | |
ppfd | PixelFormatDescriptor | |
return | int |
public static GetDefaultProcAddres ( String lpszProc ) : IntPtr | ||
lpszProc | String | |
return | IntPtr |
public static GetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, Int32 pcr ) : int | ||
hdc | IntPtr | |
iLayerPlane | int | |
iStart | int | |
cEntries | int | |
pcr | Int32 | |
return | int |
public static GetPixelFormat ( IntPtr hdc ) : int | ||
hdc | IntPtr | |
return | int |
public static GetProcAddres ( String lpszProc ) : IntPtr | ||
lpszProc | String | |
return | IntPtr |
public static Load ( string function ) : bool | ||
function | string | The name of the function to load. |
return | bool |
public static MakeContextCurrentEXT ( IntPtr hDrawDC, IntPtr hReadDC, IntPtr hglrc ) : Boolean | ||
hDrawDC | IntPtr | |
hReadDC | IntPtr | |
hglrc | IntPtr | |
return | Boolean |
public static MakeCurrent ( IntPtr hDc, IntPtr newContext ) : Boolean | ||
hDc | IntPtr | |
newContext | IntPtr | |
return | Boolean |
public static RealizeLayerPalette ( IntPtr hdc, int iLayerPlane, Boolean bRealize ) : Boolean | ||
hdc | IntPtr | |
iLayerPlane | int | |
bRealize | Boolean | |
return | Boolean |
public static SetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, Int32 pcr ) : int | ||
hdc | IntPtr | |
iLayerPlane | int | |
iStart | int | |
cEntries | int | |
pcr | Int32 | |
return | int |
public static SetPixelFormat ( IntPtr hdc, int ipfd, PixelFormatDescriptor ppfd ) : Boolean | ||
hdc | IntPtr | |
ipfd | int | |
ppfd | PixelFormatDescriptor | |
return | Boolean |
public static ShareLists ( IntPtr hrcSrvShare, IntPtr hrcSrvSource ) : Boolean | ||
hrcSrvShare | IntPtr | |
hrcSrvSource | IntPtr | |
return | Boolean |
public static SwapBuffers ( IntPtr hdc ) : Boolean | ||
hdc | IntPtr | |
return | Boolean |
public static SwapLayerBuffers ( IntPtr hdc, Int32 fuFlags ) : Boolean | ||
hdc | IntPtr | |
fuFlags | Int32 | |
return | Boolean |
public static UseFontBitmapsA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase ) : Boolean | ||
hDC | IntPtr | |
first | Int32 | |
count | Int32 | |
listBase | Int32 | |
return | Boolean |
public static UseFontBitmapsW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase ) : Boolean | ||
hDC | IntPtr | |
first | Int32 | |
count | Int32 | |
listBase | Int32 | |
return | Boolean |
public static UseFontOutlinesA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, GlyphMetricsFloat glyphMetrics ) : Boolean | ||
hDC | IntPtr | |
first | Int32 | |
count | Int32 | |
listBase | Int32 | |
thickness | float | |
deviation | float | |
fontMode | Int32 | |
glyphMetrics | GlyphMetricsFloat | |
return | Boolean |
public static UseFontOutlinesW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, GlyphMetricsFloat glyphMetrics ) : Boolean | ||
hDC | IntPtr | |
first | Int32 | |
count | Int32 | |
listBase | Int32 | |
thickness | float | |
deviation | float | |
fontMode | Int32 | |
glyphMetrics | GlyphMetricsFloat | |
return | Boolean |