Show / Hide Table of Contents

Struct EGLDeviceEXT

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OpenTK.Graphics.Egl
Assembly: OpenTK.Graphics.dll
Syntax
public struct EGLDeviceEXT

Constructors

EGLDeviceEXT(nint)

Declaration
public EGLDeviceEXT(nint value)
Parameters
Type Name Description
nint value

Fields

Value

Declaration
public nint Value
Field Value
Type Description
nint

Operators

explicit operator nint(EGLDeviceEXT)

Declaration
public static explicit operator nint(EGLDeviceEXT handle)
Parameters
Type Name Description
EGLDeviceEXT handle
Returns
Type Description
nint

explicit operator EGLDeviceEXT(nint)

Declaration
public static explicit operator EGLDeviceEXT(nint value)
Parameters
Type Name Description
nint value
Returns
Type Description
EGLDeviceEXT
In this article
Back to top Generated by DocFX