Show / Hide Table of Contents

Struct AHardwareBuffer

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 AHardwareBuffer

Constructors

AHardwareBuffer(nint)

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

Fields

Value

Declaration
public nint Value
Field Value
Type Description
nint

Operators

explicit operator nint(AHardwareBuffer)

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

explicit operator AHardwareBuffer(nint)

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