GL.GetVertexAttrib Method

Definition

Overloads

GetVertexAttrib(UInt32, VertexAttribParameter, Int32*)
GetVertexAttrib(UInt32, VertexAttribParameter, Single*)
GetVertexAttrib(UInt32, VertexAttribParameter, Single)
GetVertexAttrib(UInt32, VertexAttribParameter, Single[])
GetVertexAttrib(UInt32, VertexAttribParameter, Int32[])
GetVertexAttrib(UInt32, VertexAttribParameter, Int32)
GetVertexAttrib(Int32, VertexAttribParameter, Int32[])
GetVertexAttrib(Int32, VertexAttribParameter, Single*)
GetVertexAttrib(Int32, VertexAttribParameter, Single)
GetVertexAttrib(Int32, VertexAttribParameter, Int32*)
GetVertexAttrib(Int32, VertexAttribParameter, Int32)
GetVertexAttrib(Int32, VertexAttribParameter, Single[])

GetVertexAttrib(UInt32, VertexAttribParameter, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetVertexAttribiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES30.VertexAttribParameter pname, int* params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES30.VertexAttribParameter * nativeptr<int> -> unit

Parameters

index
UInt32
params
Int32*
Attributes

Applies to

GetVertexAttrib(UInt32, VertexAttribParameter, Single*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetVertexAttribfv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES30.VertexAttribParameter pname, float* params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES30.VertexAttribParameter * nativeptr<single> -> unit

Parameters

index
UInt32
params
Single*
Attributes

Applies to

GetVertexAttrib(UInt32, VertexAttribParameter, Single)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetVertexAttribfv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES30.VertexAttribParameter pname, out float params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES30.VertexAttribParameter *  -> unit

Parameters

index
UInt32
params
Single
Attributes

Applies to

GetVertexAttrib(UInt32, VertexAttribParameter, Single[])

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetVertexAttribfv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES30.VertexAttribParameter pname, float[] params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES30.VertexAttribParameter * single[] -> unit

Parameters

index
UInt32
params
Single[]
Attributes

Applies to

GetVertexAttrib(UInt32, VertexAttribParameter, Int32[])

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetVertexAttribiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES30.VertexAttribParameter pname, int[] params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES30.VertexAttribParameter * int[] -> unit

Parameters

index
UInt32
params
Int32[]
Attributes

Applies to

GetVertexAttrib(UInt32, VertexAttribParameter, Int32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetVertexAttribiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (uint index, OpenTK.Graphics.ES30.VertexAttribParameter pname, out int params);
static member GetVertexAttrib : uint32 * OpenTK.Graphics.ES30.VertexAttribParameter *  -> unit

Parameters

index
UInt32
params
Int32
Attributes

Applies to

GetVertexAttrib(Int32, VertexAttribParameter, Int32[])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetVertexAttribiv", Version="3.0")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES30.VertexAttribParameter pname, int[] params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES30.VertexAttribParameter * int[] -> unit

Parameters

index
Int32
params
Int32[]
Attributes

Applies to

GetVertexAttrib(Int32, VertexAttribParameter, Single*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetVertexAttribfv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES30.VertexAttribParameter pname, float* params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES30.VertexAttribParameter * nativeptr<single> -> unit

Parameters

index
Int32
params
Single*
Attributes

Applies to

GetVertexAttrib(Int32, VertexAttribParameter, Single)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetVertexAttribfv", Version="3.0")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES30.VertexAttribParameter pname, out float params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES30.VertexAttribParameter *  -> unit

Parameters

index
Int32
params
Single
Attributes

Applies to

GetVertexAttrib(Int32, VertexAttribParameter, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetVertexAttribiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES30.VertexAttribParameter pname, int* params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES30.VertexAttribParameter * nativeptr<int> -> unit

Parameters

index
Int32
params
Int32*
Attributes

Applies to

GetVertexAttrib(Int32, VertexAttribParameter, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetVertexAttribiv", Version="3.0")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES30.VertexAttribParameter pname, out int params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES30.VertexAttribParameter *  -> unit

Parameters

index
Int32
params
Int32
Attributes

Applies to

GetVertexAttrib(Int32, VertexAttribParameter, Single[])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetVertexAttribfv", Version="3.0")]
public static void GetVertexAttrib (int index, OpenTK.Graphics.ES30.VertexAttribParameter pname, float[] params);
static member GetVertexAttrib : int * OpenTK.Graphics.ES30.VertexAttribParameter * single[] -> unit

Parameters

index
Int32
params
Single[]
Attributes

Applies to