Show / Hide Table of Contents

Class EGLLoader.BindingsContext

The bindings context for EGL.

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

Methods

GetProcAddress(string)

Return a GL or an EGL extension function

Declaration
public static nint GetProcAddress(string procName)
Parameters
Type Name Description
string procName

Specifies the name of the function to return.

Returns
Type Description
nint

The function pointer if it exitst or null.

In this article
Back to top Generated by DocFX