Class Wgl.Arb
Assembly: OpenTK.dll
Methods
Declaration
[AutoGenerated(EntryPoint = "wglBindTexImageARB")]
public static bool BindTexImage(IntPtr hPbuffer, int iBuffer)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglChoosePixelFormatARB")]
public static bool ChoosePixelFormat(IntPtr hdc, ref int piAttribIList, ref float pfAttribFList, int nMaxFormats, out int piFormats, out int nNumFormats)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglChoosePixelFormatARB")]
public static bool ChoosePixelFormat(IntPtr hdc, int[] piAttribIList, float[] pfAttribFList, int nMaxFormats, int[] piFormats, out int nNumFormats)
Parameters
Returns
CreateContextAttribs(IntPtr, IntPtr, Int32[])
Declaration
[AutoGenerated(EntryPoint = "wglCreateContextAttribsARB")]
public static IntPtr CreateContextAttribs(IntPtr hDC, IntPtr hShareContext, int[] attribList)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglCreatePbufferARB")]
public static IntPtr CreatePbuffer(IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, ref int piAttribList)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglCreatePbufferARB")]
public static IntPtr CreatePbuffer(IntPtr hDC, int iPixelFormat, int iWidth, int iHeight, int[] piAttribList)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglDestroyPbufferARB")]
public static bool DestroyPbuffer(IntPtr hPbuffer)
Parameters
Type |
Name |
Description |
IntPtr |
hPbuffer |
|
Returns
Declaration
[AutoGenerated(EntryPoint = "wglGetCurrentReadDCARB")]
public static IntPtr GetCurrentReadDC()
Returns
GetExtensionsString(IntPtr)
Declaration
[AutoGenerated(EntryPoint = "wglGetExtensionsStringARB")]
public static string GetExtensionsString(IntPtr hdc)
Parameters
Type |
Name |
Description |
IntPtr |
hdc |
|
Returns
Declaration
[AutoGenerated(EntryPoint = "wglGetPbufferDCARB")]
public static IntPtr GetPbufferDC(IntPtr hPbuffer)
Parameters
Type |
Name |
Description |
IntPtr |
hPbuffer |
|
Returns
Declaration
[AutoGenerated(EntryPoint = "wglGetPixelFormatAttribivARB")]
public static bool GetPixelFormatAttrib(IntPtr hdc, int iPixelFormat, int iLayerPlane, int nAttributes, ref int piAttributes, out int piValues)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglGetPixelFormatAttribfvARB")]
public static bool GetPixelFormatAttrib(IntPtr hdc, int iPixelFormat, int iLayerPlane, int nAttributes, ref int piAttributes, out float pfValues)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglGetPixelFormatAttribivARB")]
public static bool GetPixelFormatAttrib(IntPtr hdc, int iPixelFormat, int iLayerPlane, int nAttributes, int[] piAttributes, int[] piValues)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglGetPixelFormatAttribfvARB")]
[CLSCompliant(false)]
public static bool GetPixelFormatAttrib(IntPtr hdc, int iPixelFormat, int iLayerPlane, int nAttributes, int[] piAttributes, float[] pfValues)
Parameters
Returns
MakeContextCurrent(IntPtr, IntPtr, IntPtr)
Declaration
[AutoGenerated(EntryPoint = "wglMakeContextCurrentARB")]
public static bool MakeContextCurrent(IntPtr hDrawDC, IntPtr hReadDC, IntPtr hglrc)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglQueryPbufferARB")]
public static bool QueryPbuffer(IntPtr hPbuffer, int iAttribute, out int piValue)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglQueryPbufferARB")]
public static bool QueryPbuffer(IntPtr hPbuffer, int iAttribute, int[] piValue)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglReleasePbufferDCARB")]
public static int ReleasePbufferDC(IntPtr hPbuffer, IntPtr hDC)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglReleaseTexImageARB")]
public static bool ReleaseTexImage(IntPtr hPbuffer, int iBuffer)
Parameters
Returns
Declaration
[AutoGenerated(EntryPoint = "wglSetPbufferAttribARB")]
public static bool SetPbufferAttrib(IntPtr hPbuffer, ref int piAttribList)
Parameters
Type |
Name |
Description |
IntPtr |
hPbuffer |
|
Int32 |
piAttribList |
|
Returns
Declaration
[AutoGenerated(EntryPoint = "wglSetPbufferAttribARB")]
public static bool SetPbufferAttrib(IntPtr hPbuffer, int[] piAttribList)
Parameters
Type |
Name |
Description |
IntPtr |
hPbuffer |
|
Int32[] |
piAttribList |
|
Returns