Skip to main content

GlBasicInfoInterface Class

Definition

Namespace:Avalonia.OpenGL
Assembly:Avalonia.OpenGL
Package:Avalonia
public class GlBasicInfoInterface

Inheritance: object -> GlBasicInfoInterface

Derived types:GlInterface

Constructors

NameDescription
GlBasicInfoInterfaceNo summary available.

GlBasicInfoInterface Constructor

public GlBasicInfoInterface(Func<string, IntPtr> getProcAddress)

Parameters

getProcAddress Func<string, IntPtr>

Methods

NameDescription
GetErrorNo summary available.
GetExtensionsNo summary available.
GetFloatvNo summary available.
GetIntegervNo summary available.
GetString (2 overloads)No summary available.
GetStringNativeNo summary available.
GetStringiNativeNo summary available.

GetError Method

public int GetError()

Returns

int

GetExtensions Method

public System.Collections.Generic.List<string> GetExtensions()

Returns

System.Collections.Generic.List<string>

GetFloatv Method

public void GetFloatv(int name, float& rv)

Parameters

name int

rv float&

GetIntegerv Method

public void GetIntegerv(int name, int& rv)

Parameters

name int

rv int&

GetString overloads

GetString Method

public string GetString(int v)
Parameters

v int

Returns

string

GetString Method

public string GetString(int v, int index)
Parameters

v int

index int

Returns

string

GetStringNative Method

public IntPtr GetStringNative(int v)

Parameters

v int

Returns

IntPtr

GetStringiNative Method

public IntPtr GetStringiNative(int v, int v1)

Parameters

v int

v1 int

Returns

IntPtr