C# Class Vector.Win32.Wgl.Imports

Contains DllImports for the core OpenGL functions.
Afficher le fichier Open project: sinclairzx81/vector-cs

Private Methods

Méthode Description
ChoosePixelFormat ( IntPtr hDc, Gdi pPfd ) : int
CopyContext ( IntPtr hglrcSrc, IntPtr hglrcDst, UInt32 mask ) : System.Boolean
CreateContext ( IntPtr hDc ) : IntPtr
CreateLayerContext ( IntPtr hDc, int level ) : IntPtr
DeleteContext ( IntPtr oldContext ) : System.Boolean
DescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, UInt32 nBytes, Gdi plpd ) : System.Boolean
DescribePixelFormat ( IntPtr hdc, int ipfd, UInt32 cjpfd, Gdi ppfd ) : int
GetCurrentContext ( ) : IntPtr
GetCurrentDC ( ) : IntPtr
GetDefaultProcAddress ( String lpszProc ) : IntPtr
GetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, Int32 pcr ) : int
GetPixelFormat ( IntPtr hdc ) : int
GetProcAddress ( String lpszProc ) : IntPtr
Imports ( ) : System
MakeCurrent ( IntPtr hDc, IntPtr newContext ) : System.Boolean
RealizeLayerPalette ( IntPtr hdc, int iLayerPlane, System.Boolean bRealize ) : System.Boolean
SetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, Int32 pcr ) : int
SetPixelFormat ( IntPtr hdc, int ipfd, Gdi ppfd ) : System.Boolean
ShareLists ( IntPtr hrcSrvShare, IntPtr hrcSrvSource ) : System.Boolean
SwapBuffers ( IntPtr hdc ) : System.Boolean
SwapLayerBuffers ( IntPtr hdc, UInt32 fuFlags ) : System.Boolean
UseFontBitmapsA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase ) : System.Boolean
UseFontBitmapsW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase ) : System.Boolean
UseFontOutlinesA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, Gdi glyphMetrics ) : System.Boolean
UseFontOutlinesW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, Gdi glyphMetrics ) : System.Boolean