Show / Hide Table of Contents

Struct EGLSyncKHR

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 EGLSyncKHR

Constructors

EGLSyncKHR(nint)

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

Fields

Value

Declaration
public nint Value
Field Value
Type Description
nint

Operators

explicit operator nint(EGLSyncKHR)

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

explicit operator EGLSyncKHR(nint)

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