Show / Hide Table of Contents

Class Wgl

Inheritance
object
Wgl
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenTK.Graphics.Wgl
Assembly: OpenTK.Graphics.dll
Syntax
public class Wgl

Methods

DXCloseDeviceNV(IntPtr)

Declaration
public static bool DXCloseDeviceNV(IntPtr hDevice)
Parameters
Type Name Description
IntPtr hDevice
Returns
Type Description
bool

DXLockObjectsNV(IntPtr, int, IntPtr[])

Declaration
public static bool DXLockObjectsNV(IntPtr hDevice, int count, IntPtr[] hObjects)
Parameters
Type Name Description
IntPtr hDevice
int count
IntPtr[] hObjects
Returns
Type Description
bool

DXObjectAccessNV(IntPtr, WGL_NV_DX_interop)

Declaration
public static bool DXObjectAccessNV(IntPtr hObject, WGL_NV_DX_interop access)
Parameters
Type Name Description
IntPtr hObject
WGL_NV_DX_interop access
Returns
Type Description
bool

DXOpenDeviceNV(IntPtr)

Declaration
public static IntPtr DXOpenDeviceNV(IntPtr dxDevice)
Parameters
Type Name Description
IntPtr dxDevice
Returns
Type Description
IntPtr

DXRegisterObjectNV(IntPtr, IntPtr, uint, uint, WGL_NV_DX_interop)

Declaration
public static IntPtr DXRegisterObjectNV(IntPtr hDevice, IntPtr dxObject, uint name, uint type, WGL_NV_DX_interop access)
Parameters
Type Name Description
IntPtr hDevice
IntPtr dxObject
uint name
uint type
WGL_NV_DX_interop access
Returns
Type Description
IntPtr

DXSetResourceShareHandleNV(IntPtr, IntPtr)

Declaration
public static bool DXSetResourceShareHandleNV(IntPtr dxResource, IntPtr shareHandle)
Parameters
Type Name Description
IntPtr dxResource
IntPtr shareHandle
Returns
Type Description
bool

DXUnlockObjectsNV(IntPtr, int, IntPtr[])

Declaration
public static bool DXUnlockObjectsNV(IntPtr hDevice, int count, IntPtr[] hObjects)
Parameters
Type Name Description
IntPtr hDevice
int count
IntPtr[] hObjects
Returns
Type Description
bool

DXUnregisterObjectNV(IntPtr, IntPtr)

Declaration
public static bool DXUnregisterObjectNV(IntPtr hDevice, IntPtr hObject)
Parameters
Type Name Description
IntPtr hDevice
IntPtr hObject
Returns
Type Description
bool

LoadBindings(IBindingsContext)

Loads all the available bindings for the current context.

Declaration
public static void LoadBindings(IBindingsContext context)
Parameters
Type Name Description
IBindingsContext context

The context used to query the available bindings.

Remarks

Loads all available entry points for the current OpenGL context.

In This Article
Back to top Generated by DocFX