Struct EGLSyncNV
Inherited Members
Namespace: OpenTK.Graphics.Egl
Assembly: OpenTK.Graphics.dll
Syntax
public struct EGLSyncNV
Constructors
EGLSyncNV(nint)
Declaration
public EGLSyncNV(nint value)
Parameters
Type | Name | Description |
---|---|---|
nint | value |
Fields
Value
Declaration
public nint Value
Field Value
Type | Description |
---|---|
nint |
Operators
explicit operator nint(EGLSyncNV)
Declaration
public static explicit operator nint(EGLSyncNV handle)
Parameters
Type | Name | Description |
---|---|---|
EGLSyncNV | handle |
Returns
Type | Description |
---|---|
nint |
explicit operator EGLSyncNV(nint)
Declaration
public static explicit operator EGLSyncNV(nint value)
Parameters
Type | Name | Description |
---|---|---|
nint | value |
Returns
Type | Description |
---|---|
EGLSyncNV |