C# Class Vector.Win32.Wgl

Afficher le fichier Open project: sinclairzx81/vector-cs

Méthodes publiques

Méthode Description
GetDelegate ( string name, Type signature ) : Delegate

Creates a System.Delegate that can be used to call an OpenGL function, core or extension.

IsExtensionSupported ( string name ) : bool

Determines whether the specified OpenGL extension category is available in the current OpenGL context. Equivalent to IsExtensionSupported(name, true)

Load ( string function ) : bool

Tries to reload the given OpenGL function (core or extension).

Use this function if you require greater granularity when loading OpenGL entry points.

While the automatic initialisation will load all OpenGL entry points, in some cases the initialisation can take place before an OpenGL Context has been established. In this case, use this function to load the entry points for the OpenGL functions you will need, or use ReloadFunctions() to load all available entry points.

This function returns true if the given OpenGL function is supported, false otherwise.

To query for supported extensions use the IsExtensionSupported() function instead.

ReloadFunctions ( ) : void

Loads all OpenGL functions (core and extensions).

This function will be automatically called the first time you use any opengl function. There is

Call this function manually whenever you need to update OpenGL entry points. This need may arise if you change the pixelformat/visual, or in case you cannot (or do not want) to use the automatic initialization of the GL class.

wglAllocateMemoryNV ( Int32 size, System.Single readfreq, System.Single writefreq, System.Single priority ) : IntPtr
wglAssociateImageBufferEventsI3D ( IntPtr hDC, IntPtr pEvent, IntPtr pAddress, Int32 pSize, Int32 count ) : System.Boolean
wglAssociateImageBufferEventsI3D ( IntPtr hDC, IntPtr pEvent, IntPtr pAddress, Int32 pSize, UInt32 count ) : System.Boolean
wglAssociateImageBufferEventsI3D ( IntPtr hDC, IntPtr pEvent, [ pAddress, Int32 pSize, Int32 count ) : System.Boolean
wglAssociateImageBufferEventsI3D ( IntPtr hDC, IntPtr pEvent, [ pAddress, Int32 pSize, UInt32 count ) : System.Boolean
wglAssociateImageBufferEventsI3D ( IntPtr hDC, IntPtr pEvent, [ pAddress, IntPtr pSize, Int32 count ) : System.Boolean
wglAssociateImageBufferEventsI3D ( IntPtr hDC, IntPtr pEvent, [ pAddress, IntPtr pSize, UInt32 count ) : System.Boolean
wglBeginFrameTrackingI3D ( ) : System.Boolean
wglBindDisplayColorTableEXT ( Int16 id ) : bool
wglBindDisplayColorTableEXT ( UInt16 id ) : bool
wglBindTexImageARB ( IntPtr hPbuffer, int iBuffer ) : System.Boolean
wglChoosePixelFormat ( IntPtr hDc, Gdi pPfd ) : int
wglChoosePixelFormat ( IntPtr hDc, IntPtr pPfd ) : int
wglChoosePixelFormatARB ( IntPtr hdc, IntPtr piAttribIList, IntPtr pfAttribFList, Int32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
wglChoosePixelFormatARB ( IntPtr hdc, IntPtr piAttribIList, IntPtr pfAttribFList, UInt32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
wglChoosePixelFormatARB ( IntPtr hdc, int piAttribIList, System.Single pfAttribFList, Int32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
wglChoosePixelFormatARB ( IntPtr hdc, int piAttribIList, System.Single pfAttribFList, UInt32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
wglChoosePixelFormatEXT ( IntPtr hdc, IntPtr piAttribIList, IntPtr pfAttribFList, Int32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
wglChoosePixelFormatEXT ( IntPtr hdc, IntPtr piAttribIList, IntPtr pfAttribFList, UInt32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
wglChoosePixelFormatEXT ( IntPtr hdc, int piAttribIList, System.Single pfAttribFList, Int32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
wglChoosePixelFormatEXT ( IntPtr hdc, int piAttribIList, System.Single pfAttribFList, UInt32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
wglCopyContext ( IntPtr hglrcSrc, IntPtr hglrcDst, Int32 mask ) : System.Boolean
wglCopyContext ( IntPtr hglrcSrc, IntPtr hglrcDst, UInt32 mask ) : System.Boolean
wglCreateBufferRegionARB ( IntPtr hDC, int iLayerPlane, Int32 uType ) : IntPtr
wglCreateBufferRegionARB ( IntPtr hDC, int iLayerPlane, UInt32 uType ) : IntPtr
wglCreateContext ( IntPtr hDc ) : IntPtr
wglCreateDisplayColorTableEXT ( Int16 id ) : bool
wglCreateDisplayColorTableEXT ( UInt16 id ) : bool
wglCreateImageBufferI3D ( IntPtr hDC, Int32 dwSize, Int32 uFlags ) : IntPtr
wglCreateImageBufferI3D ( IntPtr hDC, Int32 dwSize, UInt32 uFlags ) : IntPtr
wglCreateLayerContext ( IntPtr hDc, int level ) : IntPtr
wglCreatePbufferARB ( IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, IntPtr piAttribList ) : IntPtr
wglCreatePbufferARB ( IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, int piAttribList ) : IntPtr
wglCreatePbufferEXT ( IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, IntPtr piAttribList ) : IntPtr
wglCreatePbufferEXT ( IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, int piAttribList ) : IntPtr
wglDeleteBufferRegionARB ( IntPtr hRegion ) : void
wglDeleteContext ( IntPtr oldContext ) : System.Boolean
wglDescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, Int32 nBytes, Gdi plpd ) : System.Boolean
wglDescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, Int32 nBytes, IntPtr plpd ) : System.Boolean
wglDescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, UInt32 nBytes, Gdi plpd ) : System.Boolean
wglDescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, UInt32 nBytes, IntPtr plpd ) : System.Boolean
wglDescribePixelFormat ( IntPtr hdc, int ipfd, Int32 cjpfd, Gdi ppfd ) : int
wglDescribePixelFormat ( IntPtr hdc, int ipfd, Int32 cjpfd, IntPtr ppfd ) : int
wglDescribePixelFormat ( IntPtr hdc, int ipfd, UInt32 cjpfd, Gdi ppfd ) : int
wglDescribePixelFormat ( IntPtr hdc, int ipfd, UInt32 cjpfd, IntPtr ppfd ) : int
wglDestroyDisplayColorTableEXT ( Int16 id ) : void
wglDestroyDisplayColorTableEXT ( UInt16 id ) : void
wglDestroyImageBufferI3D ( IntPtr hDC, IntPtr pAddress ) : System.Boolean
wglDestroyImageBufferI3D ( IntPtr hDC, [ pAddress ) : System.Boolean
wglDestroyPbufferARB ( IntPtr hPbuffer ) : System.Boolean
wglDestroyPbufferEXT ( IntPtr hPbuffer ) : System.Boolean
wglDisableFrameLockI3D ( ) : System.Boolean
wglDisableGenlockI3D ( IntPtr hDC ) : System.Boolean
wglEnableFrameLockI3D ( ) : System.Boolean
wglEnableGenlockI3D ( IntPtr hDC ) : System.Boolean
wglEndFrameTrackingI3D ( ) : System.Boolean
wglFreeMemoryNV ( [ pointer ) : void
wglGenlockSampleRateI3D ( IntPtr hDC, Int32 uRate ) : System.Boolean
wglGenlockSampleRateI3D ( IntPtr hDC, UInt32 uRate ) : System.Boolean
wglGenlockSourceDelayI3D ( IntPtr hDC, Int32 uDelay ) : System.Boolean
wglGenlockSourceDelayI3D ( IntPtr hDC, UInt32 uDelay ) : System.Boolean
wglGenlockSourceEdgeI3D ( IntPtr hDC, Int32 uEdge ) : System.Boolean
wglGenlockSourceEdgeI3D ( IntPtr hDC, UInt32 uEdge ) : System.Boolean
wglGenlockSourceI3D ( IntPtr hDC, Int32 uSource ) : System.Boolean
wglGenlockSourceI3D ( IntPtr hDC, UInt32 uSource ) : System.Boolean
wglGetCurrentContext ( ) : IntPtr
wglGetCurrentDC ( ) : IntPtr
wglGetCurrentReadDCARB ( ) : IntPtr
wglGetCurrentReadDCEXT ( ) : IntPtr
wglGetDefaultProcAddress ( String lpszProc ) : IntPtr
wglGetDigitalVideoParametersI3D ( IntPtr hDC, int iAttribute, [ piValue ) : System.Boolean
wglGetExtensionsStringARB ( IntPtr hdc ) : string
wglGetExtensionsStringEXT ( ) : string
wglGetFrameUsageI3D ( [ pUsage ) : System.Boolean
wglGetGammaTableI3D ( IntPtr hDC, int iEntries, [ puRed, [ puGreen, [ puBlue ) : System.Boolean
wglGetGammaTableParametersI3D ( IntPtr hDC, int iAttribute, [ piValue ) : System.Boolean
wglGetGenlockSampleRateI3D ( IntPtr hDC, [ uRate ) : System.Boolean
wglGetGenlockSourceDelayI3D ( IntPtr hDC, [ uDelay ) : System.Boolean
wglGetGenlockSourceEdgeI3D ( IntPtr hDC, [ uEdge ) : System.Boolean
wglGetGenlockSourceI3D ( IntPtr hDC, [ uSource ) : System.Boolean
wglGetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, Int32 pcr ) : int
wglGetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, IntPtr pcr ) : int
wglGetMscRateOML ( IntPtr hdc, [ numerator, [ denominator ) : System.Boolean
wglGetPbufferDCARB ( IntPtr hPbuffer ) : IntPtr
wglGetPbufferDCEXT ( IntPtr hPbuffer ) : IntPtr
wglGetPixelFormat ( IntPtr hdc ) : int
wglGetPixelFormatAttribfvARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, IntPtr piAttributes, [ pfValues ) : System.Boolean
wglGetPixelFormatAttribfvARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, int piAttributes, [ pfValues ) : System.Boolean
wglGetPixelFormatAttribfvARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, IntPtr piAttributes, [ pfValues ) : System.Boolean
wglGetPixelFormatAttribfvARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, int piAttributes, [ pfValues ) : System.Boolean
wglGetPixelFormatAttribfvEXT ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, [ piAttributes, [ pfValues ) : System.Boolean
wglGetPixelFormatAttribfvEXT ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, [ piAttributes, [ pfValues ) : System.Boolean
wglGetPixelFormatAttribivARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, IntPtr piAttributes, [ piValues ) : System.Boolean
wglGetPixelFormatAttribivARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, int piAttributes, [ piValues ) : System.Boolean
wglGetPixelFormatAttribivARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, IntPtr piAttributes, [ piValues ) : System.Boolean
wglGetPixelFormatAttribivARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, int piAttributes, [ piValues ) : System.Boolean
wglGetPixelFormatAttribivEXT ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, [ piAttributes, [ piValues ) : System.Boolean
wglGetPixelFormatAttribivEXT ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, [ piAttributes, [ piValues ) : System.Boolean
wglGetProcAddress ( String lpszProc ) : IntPtr
wglGetSwapIntervalEXT ( ) : int
wglGetSyncValuesOML ( IntPtr hdc, [ ust, [ msc, [ sbc ) : System.Boolean
wglIsEnabledFrameLockI3D ( [ pFlag ) : System.Boolean
wglIsEnabledGenlockI3D ( IntPtr hDC, [ pFlag ) : System.Boolean
wglLoadDisplayColorTableEXT ( Int16 table, Int32 length ) : bool
wglLoadDisplayColorTableEXT ( IntPtr table, Int32 length ) : bool
wglLoadDisplayColorTableEXT ( IntPtr table, UInt32 length ) : bool
wglLoadDisplayColorTableEXT ( UInt16 table, UInt32 length ) : bool
wglMakeContextCurrentARB ( IntPtr hDrawDC, IntPtr hReadDC, IntPtr hglrc ) : System.Boolean
wglMakeContextCurrentEXT ( IntPtr hDrawDC, IntPtr hReadDC, IntPtr hglrc ) : System.Boolean
wglMakeCurrent ( IntPtr hDc, IntPtr newContext ) : System.Boolean
wglQueryFrameLockMasterI3D ( [ pFlag ) : System.Boolean
wglQueryFrameTrackingI3D ( [ pFrameCount, [ pMissedFrames, [ pLastMissedUsage ) : System.Boolean
wglQueryGenlockMaxSourceDelayI3D ( IntPtr hDC, [ uMaxLineDelay, [ uMaxPixelDelay ) : System.Boolean
wglQueryPbufferARB ( IntPtr hPbuffer, int iAttribute, [ piValue ) : System.Boolean
wglQueryPbufferEXT ( IntPtr hPbuffer, int iAttribute, [ piValue ) : System.Boolean
wglRealizeLayerPalette ( IntPtr hdc, int iLayerPlane, System.Boolean bRealize ) : System.Boolean
wglReleaseImageBufferEventsI3D ( IntPtr hDC, IntPtr pAddress, Int32 count ) : Boolean
wglReleaseImageBufferEventsI3D ( IntPtr hDC, IntPtr pAddress, UInt32 count ) : Boolean
wglReleaseImageBufferEventsI3D ( IntPtr hDC, [ pAddress, Int32 count ) : Boolean
wglReleaseImageBufferEventsI3D ( IntPtr hDC, [ pAddress, UInt32 count ) : Boolean
wglReleasePbufferDCARB ( IntPtr hPbuffer, IntPtr hDC ) : int
wglReleasePbufferDCEXT ( IntPtr hPbuffer, IntPtr hDC ) : int
wglReleaseTexImageARB ( IntPtr hPbuffer, int iBuffer ) : Boolean
wglRestoreBufferRegionARB ( IntPtr hRegion, int x, int y, int width, int height, int xSrc, int ySrc ) : Boolean
wglSaveBufferRegionARB ( IntPtr hRegion, int x, int y, int width, int height ) : Boolean
wglSetDigitalVideoParametersI3D ( IntPtr hDC, int iAttribute, IntPtr piValue ) : Boolean
wglSetDigitalVideoParametersI3D ( IntPtr hDC, int iAttribute, int piValue ) : Boolean
wglSetGammaTableI3D ( IntPtr hDC, int iEntries, Int16 puRed, Int16 puGreen, Int16 puBlue ) : Boolean
wglSetGammaTableI3D ( IntPtr hDC, int iEntries, IntPtr puRed, IntPtr puGreen, IntPtr puBlue ) : Boolean
wglSetGammaTableI3D ( IntPtr hDC, int iEntries, UInt16 puRed, UInt16 puGreen, UInt16 puBlue ) : Boolean
wglSetGammaTableParametersI3D ( IntPtr hDC, int iAttribute, IntPtr piValue ) : Boolean
wglSetGammaTableParametersI3D ( IntPtr hDC, int iAttribute, int piValue ) : Boolean
wglSetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, Int32 pcr ) : int
wglSetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, IntPtr pcr ) : int
wglSetPbufferAttribARB ( IntPtr hPbuffer, IntPtr piAttribList ) : Boolean
wglSetPbufferAttribARB ( IntPtr hPbuffer, int piAttribList ) : Boolean
wglSetPixelFormat ( IntPtr hdc, int ipfd, Gdi ppfd ) : Boolean
wglSetPixelFormat ( IntPtr hdc, int ipfd, IntPtr ppfd ) : Boolean
wglShareLists ( IntPtr hrcSrvShare, IntPtr hrcSrvSource ) : Boolean
wglSwapBuffers ( IntPtr hdc ) : Boolean
wglSwapBuffersMscOML ( IntPtr hdc, Int64 target_msc, Int64 divisor, Int64 remainder ) : Int64
wglSwapIntervalEXT ( int interval ) : Boolean
wglSwapLayerBuffers ( IntPtr hdc, Int32 fuFlags ) : Boolean
wglSwapLayerBuffers ( IntPtr hdc, UInt32 fuFlags ) : Boolean
wglSwapLayerBuffersMscOML ( IntPtr hdc, int fuPlanes, Int64 target_msc, Int64 divisor, Int64 remainder ) : Int64
wglUseFontBitmapsA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase ) : Boolean
wglUseFontBitmapsW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase ) : Boolean
wglUseFontOutlinesA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, Gdi glyphMetrics ) : Boolean
wglUseFontOutlinesA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, IntPtr glyphMetrics ) : Boolean
wglUseFontOutlinesW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, Gdi glyphMetrics ) : Boolean
wglUseFontOutlinesW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, IntPtr glyphMetrics ) : Boolean
wglWaitForMscOML ( IntPtr hdc, Int64 target_msc, Int64 divisor, Int64 remainder, [ ust, [ msc, [ sbc ) : Boolean
wglWaitForSbcOML ( IntPtr hdc, Int64 target_sbc, [ ust, [ msc, [ sbc ) : Boolean

Private Methods

Méthode Description
BuildExtensionList ( ) : void
GetExtensionDelegate ( string name, Type signature ) : Delegate

Creates a System.Delegate that can be used to call a dynamically exported OpenGL function.

Wgl ( ) : System
set ( object d, Delegate value ) : void

Method Details

GetDelegate() public static méthode

Creates a System.Delegate that can be used to call an OpenGL function, core or extension.
public static GetDelegate ( string name, Type signature ) : Delegate
name string The name of the OpenGL function (eg. "glNewList")
signature System.Type The signature of the OpenGL function.
Résultat System.Delegate

IsExtensionSupported() public static méthode

Determines whether the specified OpenGL extension category is available in the current OpenGL context. Equivalent to IsExtensionSupported(name, true)
public static IsExtensionSupported ( string name ) : bool
name string The string for the OpenGL extension category (eg. "GL_ARB_multitexture")
Résultat bool

Load() public static méthode

Tries to reload the given OpenGL function (core or extension).

Use this function if you require greater granularity when loading OpenGL entry points.

While the automatic initialisation will load all OpenGL entry points, in some cases the initialisation can take place before an OpenGL Context has been established. In this case, use this function to load the entry points for the OpenGL functions you will need, or use ReloadFunctions() to load all available entry points.

This function returns true if the given OpenGL function is supported, false otherwise.

To query for supported extensions use the IsExtensionSupported() function instead.

public static Load ( string function ) : bool
function string The name of the OpenGL function (i.e. glShaderSource)
Résultat bool

ReloadFunctions() public static méthode

Loads all OpenGL functions (core and extensions).

This function will be automatically called the first time you use any opengl function. There is

Call this function manually whenever you need to update OpenGL entry points. This need may arise if you change the pixelformat/visual, or in case you cannot (or do not want) to use the automatic initialization of the GL class.

public static ReloadFunctions ( ) : void
Résultat void

wglAllocateMemoryNV() public static méthode

public static wglAllocateMemoryNV ( Int32 size, System.Single readfreq, System.Single writefreq, System.Single priority ) : IntPtr
size System.Int32
readfreq System.Single
writefreq System.Single
priority System.Single
Résultat System.IntPtr

wglAssociateImageBufferEventsI3D() public static méthode

public static wglAssociateImageBufferEventsI3D ( IntPtr hDC, IntPtr pEvent, IntPtr pAddress, Int32 pSize, Int32 count ) : System.Boolean
hDC System.IntPtr
pEvent System.IntPtr
pAddress System.IntPtr
pSize System.Int32
count System.Int32
Résultat System.Boolean

wglAssociateImageBufferEventsI3D() public static méthode

public static wglAssociateImageBufferEventsI3D ( IntPtr hDC, IntPtr pEvent, IntPtr pAddress, Int32 pSize, UInt32 count ) : System.Boolean
hDC System.IntPtr
pEvent System.IntPtr
pAddress System.IntPtr
pSize System.Int32
count System.UInt32
Résultat System.Boolean

wglAssociateImageBufferEventsI3D() public static méthode

public static wglAssociateImageBufferEventsI3D ( IntPtr hDC, IntPtr pEvent, [ pAddress, Int32 pSize, Int32 count ) : System.Boolean
hDC System.IntPtr
pEvent System.IntPtr
pAddress [
pSize System.Int32
count System.Int32
Résultat System.Boolean

wglAssociateImageBufferEventsI3D() public static méthode

public static wglAssociateImageBufferEventsI3D ( IntPtr hDC, IntPtr pEvent, [ pAddress, Int32 pSize, UInt32 count ) : System.Boolean
hDC System.IntPtr
pEvent System.IntPtr
pAddress [
pSize System.Int32
count System.UInt32
Résultat System.Boolean

wglAssociateImageBufferEventsI3D() public static méthode

public static wglAssociateImageBufferEventsI3D ( IntPtr hDC, IntPtr pEvent, [ pAddress, IntPtr pSize, Int32 count ) : System.Boolean
hDC System.IntPtr
pEvent System.IntPtr
pAddress [
pSize System.IntPtr
count System.Int32
Résultat System.Boolean

wglAssociateImageBufferEventsI3D() public static méthode

public static wglAssociateImageBufferEventsI3D ( IntPtr hDC, IntPtr pEvent, [ pAddress, IntPtr pSize, UInt32 count ) : System.Boolean
hDC System.IntPtr
pEvent System.IntPtr
pAddress [
pSize System.IntPtr
count System.UInt32
Résultat System.Boolean

wglBeginFrameTrackingI3D() public static méthode

public static wglBeginFrameTrackingI3D ( ) : System.Boolean
Résultat System.Boolean

wglBindDisplayColorTableEXT() public static méthode

public static wglBindDisplayColorTableEXT ( Int16 id ) : bool
id System.Int16
Résultat bool

wglBindDisplayColorTableEXT() public static méthode

public static wglBindDisplayColorTableEXT ( UInt16 id ) : bool
id System.UInt16
Résultat bool

wglBindTexImageARB() public static méthode

public static wglBindTexImageARB ( IntPtr hPbuffer, int iBuffer ) : System.Boolean
hPbuffer System.IntPtr
iBuffer int
Résultat System.Boolean

wglChoosePixelFormat() public static méthode

public static wglChoosePixelFormat ( IntPtr hDc, Gdi pPfd ) : int
hDc System.IntPtr
pPfd Gdi
Résultat int

wglChoosePixelFormat() public static méthode

public static wglChoosePixelFormat ( IntPtr hDc, IntPtr pPfd ) : int
hDc System.IntPtr
pPfd System.IntPtr
Résultat int

wglChoosePixelFormatARB() public static méthode

public static wglChoosePixelFormatARB ( IntPtr hdc, IntPtr piAttribIList, IntPtr pfAttribFList, Int32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
hdc System.IntPtr
piAttribIList System.IntPtr
pfAttribFList System.IntPtr
nMaxFormats System.Int32
piFormats [
nNumFormats [
Résultat System.Boolean

wglChoosePixelFormatARB() public static méthode

public static wglChoosePixelFormatARB ( IntPtr hdc, IntPtr piAttribIList, IntPtr pfAttribFList, UInt32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
hdc System.IntPtr
piAttribIList System.IntPtr
pfAttribFList System.IntPtr
nMaxFormats System.UInt32
piFormats [
nNumFormats [
Résultat System.Boolean

wglChoosePixelFormatARB() public static méthode

public static wglChoosePixelFormatARB ( IntPtr hdc, int piAttribIList, System.Single pfAttribFList, Int32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
hdc System.IntPtr
piAttribIList int
pfAttribFList System.Single
nMaxFormats System.Int32
piFormats [
nNumFormats [
Résultat System.Boolean

wglChoosePixelFormatARB() public static méthode

public static wglChoosePixelFormatARB ( IntPtr hdc, int piAttribIList, System.Single pfAttribFList, UInt32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
hdc System.IntPtr
piAttribIList int
pfAttribFList System.Single
nMaxFormats System.UInt32
piFormats [
nNumFormats [
Résultat System.Boolean

wglChoosePixelFormatEXT() public static méthode

public static wglChoosePixelFormatEXT ( IntPtr hdc, IntPtr piAttribIList, IntPtr pfAttribFList, Int32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
hdc System.IntPtr
piAttribIList System.IntPtr
pfAttribFList System.IntPtr
nMaxFormats System.Int32
piFormats [
nNumFormats [
Résultat System.Boolean

wglChoosePixelFormatEXT() public static méthode

public static wglChoosePixelFormatEXT ( IntPtr hdc, IntPtr piAttribIList, IntPtr pfAttribFList, UInt32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
hdc System.IntPtr
piAttribIList System.IntPtr
pfAttribFList System.IntPtr
nMaxFormats System.UInt32
piFormats [
nNumFormats [
Résultat System.Boolean

wglChoosePixelFormatEXT() public static méthode

public static wglChoosePixelFormatEXT ( IntPtr hdc, int piAttribIList, System.Single pfAttribFList, Int32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
hdc System.IntPtr
piAttribIList int
pfAttribFList System.Single
nMaxFormats System.Int32
piFormats [
nNumFormats [
Résultat System.Boolean

wglChoosePixelFormatEXT() public static méthode

public static wglChoosePixelFormatEXT ( IntPtr hdc, int piAttribIList, System.Single pfAttribFList, UInt32 nMaxFormats, [ piFormats, [ nNumFormats ) : System.Boolean
hdc System.IntPtr
piAttribIList int
pfAttribFList System.Single
nMaxFormats System.UInt32
piFormats [
nNumFormats [
Résultat System.Boolean

wglCopyContext() public static méthode

public static wglCopyContext ( IntPtr hglrcSrc, IntPtr hglrcDst, Int32 mask ) : System.Boolean
hglrcSrc System.IntPtr
hglrcDst System.IntPtr
mask System.Int32
Résultat System.Boolean

wglCopyContext() public static méthode

public static wglCopyContext ( IntPtr hglrcSrc, IntPtr hglrcDst, UInt32 mask ) : System.Boolean
hglrcSrc System.IntPtr
hglrcDst System.IntPtr
mask System.UInt32
Résultat System.Boolean

wglCreateBufferRegionARB() public static méthode

public static wglCreateBufferRegionARB ( IntPtr hDC, int iLayerPlane, Int32 uType ) : IntPtr
hDC System.IntPtr
iLayerPlane int
uType System.Int32
Résultat System.IntPtr

wglCreateBufferRegionARB() public static méthode

public static wglCreateBufferRegionARB ( IntPtr hDC, int iLayerPlane, UInt32 uType ) : IntPtr
hDC System.IntPtr
iLayerPlane int
uType System.UInt32
Résultat System.IntPtr

wglCreateContext() public static méthode

public static wglCreateContext ( IntPtr hDc ) : IntPtr
hDc System.IntPtr
Résultat System.IntPtr

wglCreateDisplayColorTableEXT() public static méthode

public static wglCreateDisplayColorTableEXT ( Int16 id ) : bool
id System.Int16
Résultat bool

wglCreateDisplayColorTableEXT() public static méthode

public static wglCreateDisplayColorTableEXT ( UInt16 id ) : bool
id System.UInt16
Résultat bool

wglCreateImageBufferI3D() public static méthode

public static wglCreateImageBufferI3D ( IntPtr hDC, Int32 dwSize, Int32 uFlags ) : IntPtr
hDC System.IntPtr
dwSize System.Int32
uFlags System.Int32
Résultat System.IntPtr

wglCreateImageBufferI3D() public static méthode

public static wglCreateImageBufferI3D ( IntPtr hDC, Int32 dwSize, UInt32 uFlags ) : IntPtr
hDC System.IntPtr
dwSize System.Int32
uFlags System.UInt32
Résultat System.IntPtr

wglCreateLayerContext() public static méthode

public static wglCreateLayerContext ( IntPtr hDc, int level ) : IntPtr
hDc System.IntPtr
level int
Résultat System.IntPtr

wglCreatePbufferARB() public static méthode

public static wglCreatePbufferARB ( IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, IntPtr piAttribList ) : IntPtr
hDC System.IntPtr
iPixelFormat int
iWidth int
iHeight int
piAttribList System.IntPtr
Résultat System.IntPtr

wglCreatePbufferARB() public static méthode

public static wglCreatePbufferARB ( IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, int piAttribList ) : IntPtr
hDC System.IntPtr
iPixelFormat int
iWidth int
iHeight int
piAttribList int
Résultat System.IntPtr

wglCreatePbufferEXT() public static méthode

public static wglCreatePbufferEXT ( IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, IntPtr piAttribList ) : IntPtr
hDC System.IntPtr
iPixelFormat int
iWidth int
iHeight int
piAttribList System.IntPtr
Résultat System.IntPtr

wglCreatePbufferEXT() public static méthode

public static wglCreatePbufferEXT ( IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, int piAttribList ) : IntPtr
hDC System.IntPtr
iPixelFormat int
iWidth int
iHeight int
piAttribList int
Résultat System.IntPtr

wglDeleteBufferRegionARB() public static méthode

public static wglDeleteBufferRegionARB ( IntPtr hRegion ) : void
hRegion System.IntPtr
Résultat void

wglDeleteContext() public static méthode

public static wglDeleteContext ( IntPtr oldContext ) : System.Boolean
oldContext System.IntPtr
Résultat System.Boolean

wglDescribeLayerPlane() public static méthode

public static wglDescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, Int32 nBytes, Gdi plpd ) : System.Boolean
hDc System.IntPtr
pixelFormat int
layerPlane int
nBytes System.Int32
plpd Gdi
Résultat System.Boolean

wglDescribeLayerPlane() public static méthode

public static wglDescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, Int32 nBytes, IntPtr plpd ) : System.Boolean
hDc System.IntPtr
pixelFormat int
layerPlane int
nBytes System.Int32
plpd System.IntPtr
Résultat System.Boolean

wglDescribeLayerPlane() public static méthode

public static wglDescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, UInt32 nBytes, Gdi plpd ) : System.Boolean
hDc System.IntPtr
pixelFormat int
layerPlane int
nBytes System.UInt32
plpd Gdi
Résultat System.Boolean

wglDescribeLayerPlane() public static méthode

public static wglDescribeLayerPlane ( IntPtr hDc, int pixelFormat, int layerPlane, UInt32 nBytes, IntPtr plpd ) : System.Boolean
hDc System.IntPtr
pixelFormat int
layerPlane int
nBytes System.UInt32
plpd System.IntPtr
Résultat System.Boolean

wglDescribePixelFormat() public static méthode

public static wglDescribePixelFormat ( IntPtr hdc, int ipfd, Int32 cjpfd, Gdi ppfd ) : int
hdc System.IntPtr
ipfd int
cjpfd System.Int32
ppfd Gdi
Résultat int

wglDescribePixelFormat() public static méthode

public static wglDescribePixelFormat ( IntPtr hdc, int ipfd, Int32 cjpfd, IntPtr ppfd ) : int
hdc System.IntPtr
ipfd int
cjpfd System.Int32
ppfd System.IntPtr
Résultat int

wglDescribePixelFormat() public static méthode

public static wglDescribePixelFormat ( IntPtr hdc, int ipfd, UInt32 cjpfd, Gdi ppfd ) : int
hdc System.IntPtr
ipfd int
cjpfd System.UInt32
ppfd Gdi
Résultat int

wglDescribePixelFormat() public static méthode

public static wglDescribePixelFormat ( IntPtr hdc, int ipfd, UInt32 cjpfd, IntPtr ppfd ) : int
hdc System.IntPtr
ipfd int
cjpfd System.UInt32
ppfd System.IntPtr
Résultat int

wglDestroyDisplayColorTableEXT() public static méthode

public static wglDestroyDisplayColorTableEXT ( Int16 id ) : void
id System.Int16
Résultat void

wglDestroyDisplayColorTableEXT() public static méthode

public static wglDestroyDisplayColorTableEXT ( UInt16 id ) : void
id System.UInt16
Résultat void

wglDestroyImageBufferI3D() public static méthode

public static wglDestroyImageBufferI3D ( IntPtr hDC, IntPtr pAddress ) : System.Boolean
hDC System.IntPtr
pAddress System.IntPtr
Résultat System.Boolean

wglDestroyImageBufferI3D() public static méthode

public static wglDestroyImageBufferI3D ( IntPtr hDC, [ pAddress ) : System.Boolean
hDC System.IntPtr
pAddress [
Résultat System.Boolean

wglDestroyPbufferARB() public static méthode

public static wglDestroyPbufferARB ( IntPtr hPbuffer ) : System.Boolean
hPbuffer System.IntPtr
Résultat System.Boolean

wglDestroyPbufferEXT() public static méthode

public static wglDestroyPbufferEXT ( IntPtr hPbuffer ) : System.Boolean
hPbuffer System.IntPtr
Résultat System.Boolean

wglDisableFrameLockI3D() public static méthode

public static wglDisableFrameLockI3D ( ) : System.Boolean
Résultat System.Boolean

wglDisableGenlockI3D() public static méthode

public static wglDisableGenlockI3D ( IntPtr hDC ) : System.Boolean
hDC System.IntPtr
Résultat System.Boolean

wglEnableFrameLockI3D() public static méthode

public static wglEnableFrameLockI3D ( ) : System.Boolean
Résultat System.Boolean

wglEnableGenlockI3D() public static méthode

public static wglEnableGenlockI3D ( IntPtr hDC ) : System.Boolean
hDC System.IntPtr
Résultat System.Boolean

wglEndFrameTrackingI3D() public static méthode

public static wglEndFrameTrackingI3D ( ) : System.Boolean
Résultat System.Boolean

wglFreeMemoryNV() public static méthode

public static wglFreeMemoryNV ( [ pointer ) : void
pointer [
Résultat void

wglGenlockSampleRateI3D() public static méthode

public static wglGenlockSampleRateI3D ( IntPtr hDC, Int32 uRate ) : System.Boolean
hDC System.IntPtr
uRate System.Int32
Résultat System.Boolean

wglGenlockSampleRateI3D() public static méthode

public static wglGenlockSampleRateI3D ( IntPtr hDC, UInt32 uRate ) : System.Boolean
hDC System.IntPtr
uRate System.UInt32
Résultat System.Boolean

wglGenlockSourceDelayI3D() public static méthode

public static wglGenlockSourceDelayI3D ( IntPtr hDC, Int32 uDelay ) : System.Boolean
hDC System.IntPtr
uDelay System.Int32
Résultat System.Boolean

wglGenlockSourceDelayI3D() public static méthode

public static wglGenlockSourceDelayI3D ( IntPtr hDC, UInt32 uDelay ) : System.Boolean
hDC System.IntPtr
uDelay System.UInt32
Résultat System.Boolean

wglGenlockSourceEdgeI3D() public static méthode

public static wglGenlockSourceEdgeI3D ( IntPtr hDC, Int32 uEdge ) : System.Boolean
hDC System.IntPtr
uEdge System.Int32
Résultat System.Boolean

wglGenlockSourceEdgeI3D() public static méthode

public static wglGenlockSourceEdgeI3D ( IntPtr hDC, UInt32 uEdge ) : System.Boolean
hDC System.IntPtr
uEdge System.UInt32
Résultat System.Boolean

wglGenlockSourceI3D() public static méthode

public static wglGenlockSourceI3D ( IntPtr hDC, Int32 uSource ) : System.Boolean
hDC System.IntPtr
uSource System.Int32
Résultat System.Boolean

wglGenlockSourceI3D() public static méthode

public static wglGenlockSourceI3D ( IntPtr hDC, UInt32 uSource ) : System.Boolean
hDC System.IntPtr
uSource System.UInt32
Résultat System.Boolean

wglGetCurrentContext() public static méthode

public static wglGetCurrentContext ( ) : IntPtr
Résultat System.IntPtr

wglGetCurrentDC() public static méthode

public static wglGetCurrentDC ( ) : IntPtr
Résultat System.IntPtr

wglGetCurrentReadDCARB() public static méthode

public static wglGetCurrentReadDCARB ( ) : IntPtr
Résultat System.IntPtr

wglGetCurrentReadDCEXT() public static méthode

public static wglGetCurrentReadDCEXT ( ) : IntPtr
Résultat System.IntPtr

wglGetDefaultProcAddress() public static méthode

public static wglGetDefaultProcAddress ( String lpszProc ) : IntPtr
lpszProc String
Résultat System.IntPtr

wglGetDigitalVideoParametersI3D() public static méthode

public static wglGetDigitalVideoParametersI3D ( IntPtr hDC, int iAttribute, [ piValue ) : System.Boolean
hDC System.IntPtr
iAttribute int
piValue [
Résultat System.Boolean

wglGetExtensionsStringARB() public static méthode

public static wglGetExtensionsStringARB ( IntPtr hdc ) : string
hdc System.IntPtr
Résultat string

wglGetExtensionsStringEXT() public static méthode

public static wglGetExtensionsStringEXT ( ) : string
Résultat string

wglGetFrameUsageI3D() public static méthode

public static wglGetFrameUsageI3D ( [ pUsage ) : System.Boolean
pUsage [
Résultat System.Boolean

wglGetGammaTableI3D() public static méthode

public static wglGetGammaTableI3D ( IntPtr hDC, int iEntries, [ puRed, [ puGreen, [ puBlue ) : System.Boolean
hDC System.IntPtr
iEntries int
puRed [
puGreen [
puBlue [
Résultat System.Boolean

wglGetGammaTableParametersI3D() public static méthode

public static wglGetGammaTableParametersI3D ( IntPtr hDC, int iAttribute, [ piValue ) : System.Boolean
hDC System.IntPtr
iAttribute int
piValue [
Résultat System.Boolean

wglGetGenlockSampleRateI3D() public static méthode

public static wglGetGenlockSampleRateI3D ( IntPtr hDC, [ uRate ) : System.Boolean
hDC System.IntPtr
uRate [
Résultat System.Boolean

wglGetGenlockSourceDelayI3D() public static méthode

public static wglGetGenlockSourceDelayI3D ( IntPtr hDC, [ uDelay ) : System.Boolean
hDC System.IntPtr
uDelay [
Résultat System.Boolean

wglGetGenlockSourceEdgeI3D() public static méthode

public static wglGetGenlockSourceEdgeI3D ( IntPtr hDC, [ uEdge ) : System.Boolean
hDC System.IntPtr
uEdge [
Résultat System.Boolean

wglGetGenlockSourceI3D() public static méthode

public static wglGetGenlockSourceI3D ( IntPtr hDC, [ uSource ) : System.Boolean
hDC System.IntPtr
uSource [
Résultat System.Boolean

wglGetLayerPaletteEntries() public static méthode

public static wglGetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, Int32 pcr ) : int
hdc System.IntPtr
iLayerPlane int
iStart int
cEntries int
pcr System.Int32
Résultat int

wglGetLayerPaletteEntries() public static méthode

public static wglGetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, IntPtr pcr ) : int
hdc System.IntPtr
iLayerPlane int
iStart int
cEntries int
pcr System.IntPtr
Résultat int

wglGetMscRateOML() public static méthode

public static wglGetMscRateOML ( IntPtr hdc, [ numerator, [ denominator ) : System.Boolean
hdc System.IntPtr
numerator [
denominator [
Résultat System.Boolean

wglGetPbufferDCARB() public static méthode

public static wglGetPbufferDCARB ( IntPtr hPbuffer ) : IntPtr
hPbuffer System.IntPtr
Résultat System.IntPtr

wglGetPbufferDCEXT() public static méthode

public static wglGetPbufferDCEXT ( IntPtr hPbuffer ) : IntPtr
hPbuffer System.IntPtr
Résultat System.IntPtr

wglGetPixelFormat() public static méthode

public static wglGetPixelFormat ( IntPtr hdc ) : int
hdc System.IntPtr
Résultat int

wglGetPixelFormatAttribfvARB() public static méthode

public static wglGetPixelFormatAttribfvARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, IntPtr piAttributes, [ pfValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.Int32
piAttributes System.IntPtr
pfValues [
Résultat System.Boolean

wglGetPixelFormatAttribfvARB() public static méthode

public static wglGetPixelFormatAttribfvARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, int piAttributes, [ pfValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.Int32
piAttributes int
pfValues [
Résultat System.Boolean

wglGetPixelFormatAttribfvARB() public static méthode

public static wglGetPixelFormatAttribfvARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, IntPtr piAttributes, [ pfValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.UInt32
piAttributes System.IntPtr
pfValues [
Résultat System.Boolean

wglGetPixelFormatAttribfvARB() public static méthode

public static wglGetPixelFormatAttribfvARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, int piAttributes, [ pfValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.UInt32
piAttributes int
pfValues [
Résultat System.Boolean

wglGetPixelFormatAttribfvEXT() public static méthode

public static wglGetPixelFormatAttribfvEXT ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, [ piAttributes, [ pfValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.Int32
piAttributes [
pfValues [
Résultat System.Boolean

wglGetPixelFormatAttribfvEXT() public static méthode

public static wglGetPixelFormatAttribfvEXT ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, [ piAttributes, [ pfValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.UInt32
piAttributes [
pfValues [
Résultat System.Boolean

wglGetPixelFormatAttribivARB() public static méthode

public static wglGetPixelFormatAttribivARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, IntPtr piAttributes, [ piValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.Int32
piAttributes System.IntPtr
piValues [
Résultat System.Boolean

wglGetPixelFormatAttribivARB() public static méthode

public static wglGetPixelFormatAttribivARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, int piAttributes, [ piValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.Int32
piAttributes int
piValues [
Résultat System.Boolean

wglGetPixelFormatAttribivARB() public static méthode

public static wglGetPixelFormatAttribivARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, IntPtr piAttributes, [ piValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.UInt32
piAttributes System.IntPtr
piValues [
Résultat System.Boolean

wglGetPixelFormatAttribivARB() public static méthode

public static wglGetPixelFormatAttribivARB ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, int piAttributes, [ piValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.UInt32
piAttributes int
piValues [
Résultat System.Boolean

wglGetPixelFormatAttribivEXT() public static méthode

public static wglGetPixelFormatAttribivEXT ( IntPtr hdc, int iPixelFormat, int iLayerPlane, Int32 nAttributes, [ piAttributes, [ piValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.Int32
piAttributes [
piValues [
Résultat System.Boolean

wglGetPixelFormatAttribivEXT() public static méthode

public static wglGetPixelFormatAttribivEXT ( IntPtr hdc, int iPixelFormat, int iLayerPlane, UInt32 nAttributes, [ piAttributes, [ piValues ) : System.Boolean
hdc System.IntPtr
iPixelFormat int
iLayerPlane int
nAttributes System.UInt32
piAttributes [
piValues [
Résultat System.Boolean

wglGetProcAddress() public static méthode

public static wglGetProcAddress ( String lpszProc ) : IntPtr
lpszProc String
Résultat System.IntPtr

wglGetSwapIntervalEXT() public static méthode

public static wglGetSwapIntervalEXT ( ) : int
Résultat int

wglGetSyncValuesOML() public static méthode

public static wglGetSyncValuesOML ( IntPtr hdc, [ ust, [ msc, [ sbc ) : System.Boolean
hdc System.IntPtr
ust [
msc [
sbc [
Résultat System.Boolean

wglIsEnabledFrameLockI3D() public static méthode

public static wglIsEnabledFrameLockI3D ( [ pFlag ) : System.Boolean
pFlag [
Résultat System.Boolean

wglIsEnabledGenlockI3D() public static méthode

public static wglIsEnabledGenlockI3D ( IntPtr hDC, [ pFlag ) : System.Boolean
hDC System.IntPtr
pFlag [
Résultat System.Boolean

wglLoadDisplayColorTableEXT() public static méthode

public static wglLoadDisplayColorTableEXT ( Int16 table, Int32 length ) : bool
table System.Int16
length System.Int32
Résultat bool

wglLoadDisplayColorTableEXT() public static méthode

public static wglLoadDisplayColorTableEXT ( IntPtr table, Int32 length ) : bool
table System.IntPtr
length System.Int32
Résultat bool

wglLoadDisplayColorTableEXT() public static méthode

public static wglLoadDisplayColorTableEXT ( IntPtr table, UInt32 length ) : bool
table System.IntPtr
length System.UInt32
Résultat bool

wglLoadDisplayColorTableEXT() public static méthode

public static wglLoadDisplayColorTableEXT ( UInt16 table, UInt32 length ) : bool
table System.UInt16
length System.UInt32
Résultat bool

wglMakeContextCurrentARB() public static méthode

public static wglMakeContextCurrentARB ( IntPtr hDrawDC, IntPtr hReadDC, IntPtr hglrc ) : System.Boolean
hDrawDC System.IntPtr
hReadDC System.IntPtr
hglrc System.IntPtr
Résultat System.Boolean

wglMakeContextCurrentEXT() public static méthode

public static wglMakeContextCurrentEXT ( IntPtr hDrawDC, IntPtr hReadDC, IntPtr hglrc ) : System.Boolean
hDrawDC System.IntPtr
hReadDC System.IntPtr
hglrc System.IntPtr
Résultat System.Boolean

wglMakeCurrent() public static méthode

public static wglMakeCurrent ( IntPtr hDc, IntPtr newContext ) : System.Boolean
hDc System.IntPtr
newContext System.IntPtr
Résultat System.Boolean

wglQueryFrameLockMasterI3D() public static méthode

public static wglQueryFrameLockMasterI3D ( [ pFlag ) : System.Boolean
pFlag [
Résultat System.Boolean

wglQueryFrameTrackingI3D() public static méthode

public static wglQueryFrameTrackingI3D ( [ pFrameCount, [ pMissedFrames, [ pLastMissedUsage ) : System.Boolean
pFrameCount [
pMissedFrames [
pLastMissedUsage [
Résultat System.Boolean

wglQueryGenlockMaxSourceDelayI3D() public static méthode

public static wglQueryGenlockMaxSourceDelayI3D ( IntPtr hDC, [ uMaxLineDelay, [ uMaxPixelDelay ) : System.Boolean
hDC System.IntPtr
uMaxLineDelay [
uMaxPixelDelay [
Résultat System.Boolean

wglQueryPbufferARB() public static méthode

public static wglQueryPbufferARB ( IntPtr hPbuffer, int iAttribute, [ piValue ) : System.Boolean
hPbuffer System.IntPtr
iAttribute int
piValue [
Résultat System.Boolean

wglQueryPbufferEXT() public static méthode

public static wglQueryPbufferEXT ( IntPtr hPbuffer, int iAttribute, [ piValue ) : System.Boolean
hPbuffer System.IntPtr
iAttribute int
piValue [
Résultat System.Boolean

wglRealizeLayerPalette() public static méthode

public static wglRealizeLayerPalette ( IntPtr hdc, int iLayerPlane, System.Boolean bRealize ) : System.Boolean
hdc System.IntPtr
iLayerPlane int
bRealize System.Boolean
Résultat System.Boolean

wglReleaseImageBufferEventsI3D() public static méthode

public static wglReleaseImageBufferEventsI3D ( IntPtr hDC, IntPtr pAddress, Int32 count ) : Boolean
hDC IntPtr
pAddress IntPtr
count Int32
Résultat Boolean

wglReleaseImageBufferEventsI3D() public static méthode

public static wglReleaseImageBufferEventsI3D ( IntPtr hDC, IntPtr pAddress, UInt32 count ) : Boolean
hDC IntPtr
pAddress IntPtr
count UInt32
Résultat Boolean

wglReleaseImageBufferEventsI3D() public static méthode

public static wglReleaseImageBufferEventsI3D ( IntPtr hDC, [ pAddress, Int32 count ) : Boolean
hDC IntPtr
pAddress [
count Int32
Résultat Boolean

wglReleaseImageBufferEventsI3D() public static méthode

public static wglReleaseImageBufferEventsI3D ( IntPtr hDC, [ pAddress, UInt32 count ) : Boolean
hDC IntPtr
pAddress [
count UInt32
Résultat Boolean

wglReleasePbufferDCARB() public static méthode

public static wglReleasePbufferDCARB ( IntPtr hPbuffer, IntPtr hDC ) : int
hPbuffer IntPtr
hDC IntPtr
Résultat int

wglReleasePbufferDCEXT() public static méthode

public static wglReleasePbufferDCEXT ( IntPtr hPbuffer, IntPtr hDC ) : int
hPbuffer IntPtr
hDC IntPtr
Résultat int

wglReleaseTexImageARB() public static méthode

public static wglReleaseTexImageARB ( IntPtr hPbuffer, int iBuffer ) : Boolean
hPbuffer IntPtr
iBuffer int
Résultat Boolean

wglRestoreBufferRegionARB() public static méthode

public static wglRestoreBufferRegionARB ( IntPtr hRegion, int x, int y, int width, int height, int xSrc, int ySrc ) : Boolean
hRegion IntPtr
x int
y int
width int
height int
xSrc int
ySrc int
Résultat Boolean

wglSaveBufferRegionARB() public static méthode

public static wglSaveBufferRegionARB ( IntPtr hRegion, int x, int y, int width, int height ) : Boolean
hRegion IntPtr
x int
y int
width int
height int
Résultat Boolean

wglSetDigitalVideoParametersI3D() public static méthode

public static wglSetDigitalVideoParametersI3D ( IntPtr hDC, int iAttribute, IntPtr piValue ) : Boolean
hDC IntPtr
iAttribute int
piValue IntPtr
Résultat Boolean

wglSetDigitalVideoParametersI3D() public static méthode

public static wglSetDigitalVideoParametersI3D ( IntPtr hDC, int iAttribute, int piValue ) : Boolean
hDC IntPtr
iAttribute int
piValue int
Résultat Boolean

wglSetGammaTableI3D() public static méthode

public static wglSetGammaTableI3D ( IntPtr hDC, int iEntries, Int16 puRed, Int16 puGreen, Int16 puBlue ) : Boolean
hDC IntPtr
iEntries int
puRed Int16
puGreen Int16
puBlue Int16
Résultat Boolean

wglSetGammaTableI3D() public static méthode

public static wglSetGammaTableI3D ( IntPtr hDC, int iEntries, IntPtr puRed, IntPtr puGreen, IntPtr puBlue ) : Boolean
hDC IntPtr
iEntries int
puRed IntPtr
puGreen IntPtr
puBlue IntPtr
Résultat Boolean

wglSetGammaTableI3D() public static méthode

public static wglSetGammaTableI3D ( IntPtr hDC, int iEntries, UInt16 puRed, UInt16 puGreen, UInt16 puBlue ) : Boolean
hDC IntPtr
iEntries int
puRed UInt16
puGreen UInt16
puBlue UInt16
Résultat Boolean

wglSetGammaTableParametersI3D() public static méthode

public static wglSetGammaTableParametersI3D ( IntPtr hDC, int iAttribute, IntPtr piValue ) : Boolean
hDC IntPtr
iAttribute int
piValue IntPtr
Résultat Boolean

wglSetGammaTableParametersI3D() public static méthode

public static wglSetGammaTableParametersI3D ( IntPtr hDC, int iAttribute, int piValue ) : Boolean
hDC IntPtr
iAttribute int
piValue int
Résultat Boolean

wglSetLayerPaletteEntries() public static méthode

public static wglSetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, Int32 pcr ) : int
hdc IntPtr
iLayerPlane int
iStart int
cEntries int
pcr Int32
Résultat int

wglSetLayerPaletteEntries() public static méthode

public static wglSetLayerPaletteEntries ( IntPtr hdc, int iLayerPlane, int iStart, int cEntries, IntPtr pcr ) : int
hdc IntPtr
iLayerPlane int
iStart int
cEntries int
pcr IntPtr
Résultat int

wglSetPbufferAttribARB() public static méthode

public static wglSetPbufferAttribARB ( IntPtr hPbuffer, IntPtr piAttribList ) : Boolean
hPbuffer IntPtr
piAttribList IntPtr
Résultat Boolean

wglSetPbufferAttribARB() public static méthode

public static wglSetPbufferAttribARB ( IntPtr hPbuffer, int piAttribList ) : Boolean
hPbuffer IntPtr
piAttribList int
Résultat Boolean

wglSetPixelFormat() public static méthode

public static wglSetPixelFormat ( IntPtr hdc, int ipfd, Gdi ppfd ) : Boolean
hdc IntPtr
ipfd int
ppfd Gdi
Résultat Boolean

wglSetPixelFormat() public static méthode

public static wglSetPixelFormat ( IntPtr hdc, int ipfd, IntPtr ppfd ) : Boolean
hdc IntPtr
ipfd int
ppfd IntPtr
Résultat Boolean

wglShareLists() public static méthode

public static wglShareLists ( IntPtr hrcSrvShare, IntPtr hrcSrvSource ) : Boolean
hrcSrvShare IntPtr
hrcSrvSource IntPtr
Résultat Boolean

wglSwapBuffers() public static méthode

public static wglSwapBuffers ( IntPtr hdc ) : Boolean
hdc IntPtr
Résultat Boolean

wglSwapBuffersMscOML() public static méthode

public static wglSwapBuffersMscOML ( IntPtr hdc, Int64 target_msc, Int64 divisor, Int64 remainder ) : Int64
hdc IntPtr
target_msc Int64
divisor Int64
remainder Int64
Résultat Int64

wglSwapIntervalEXT() public static méthode

public static wglSwapIntervalEXT ( int interval ) : Boolean
interval int
Résultat Boolean

wglSwapLayerBuffers() public static méthode

public static wglSwapLayerBuffers ( IntPtr hdc, Int32 fuFlags ) : Boolean
hdc IntPtr
fuFlags Int32
Résultat Boolean

wglSwapLayerBuffers() public static méthode

public static wglSwapLayerBuffers ( IntPtr hdc, UInt32 fuFlags ) : Boolean
hdc IntPtr
fuFlags UInt32
Résultat Boolean

wglSwapLayerBuffersMscOML() public static méthode

public static wglSwapLayerBuffersMscOML ( IntPtr hdc, int fuPlanes, Int64 target_msc, Int64 divisor, Int64 remainder ) : Int64
hdc IntPtr
fuPlanes int
target_msc Int64
divisor Int64
remainder Int64
Résultat Int64

wglUseFontBitmapsA() public static méthode

public static wglUseFontBitmapsA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase ) : Boolean
hDC IntPtr
first Int32
count Int32
listBase Int32
Résultat Boolean

wglUseFontBitmapsW() public static méthode

public static wglUseFontBitmapsW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase ) : Boolean
hDC IntPtr
first Int32
count Int32
listBase Int32
Résultat Boolean

wglUseFontOutlinesA() public static méthode

public static wglUseFontOutlinesA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, Gdi glyphMetrics ) : Boolean
hDC IntPtr
first Int32
count Int32
listBase Int32
thickness float
deviation float
fontMode Int32
glyphMetrics Gdi
Résultat Boolean

wglUseFontOutlinesA() public static méthode

public static wglUseFontOutlinesA ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, IntPtr glyphMetrics ) : Boolean
hDC IntPtr
first Int32
count Int32
listBase Int32
thickness float
deviation float
fontMode Int32
glyphMetrics IntPtr
Résultat Boolean

wglUseFontOutlinesW() public static méthode

public static wglUseFontOutlinesW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, Gdi glyphMetrics ) : Boolean
hDC IntPtr
first Int32
count Int32
listBase Int32
thickness float
deviation float
fontMode Int32
glyphMetrics Gdi
Résultat Boolean

wglUseFontOutlinesW() public static méthode

public static wglUseFontOutlinesW ( IntPtr hDC, Int32 first, Int32 count, Int32 listBase, float thickness, float deviation, Int32 fontMode, IntPtr glyphMetrics ) : Boolean
hDC IntPtr
first Int32
count Int32
listBase Int32
thickness float
deviation float
fontMode Int32
glyphMetrics IntPtr
Résultat Boolean

wglWaitForMscOML() public static méthode

public static wglWaitForMscOML ( IntPtr hdc, Int64 target_msc, Int64 divisor, Int64 remainder, [ ust, [ msc, [ sbc ) : Boolean
hdc IntPtr
target_msc Int64
divisor Int64
remainder Int64
ust [
msc [
sbc [
Résultat Boolean

wglWaitForSbcOML() public static méthode

public static wglWaitForSbcOML ( IntPtr hdc, Int64 target_sbc, [ ust, [ msc, [ sbc ) : Boolean
hdc IntPtr
target_sbc Int64
ust [
msc [
sbc [
Résultat Boolean