GL.Oes.WeightPointer Method

Definition

Overloads

WeightPointer(Int32, All, Int32, IntPtr)
WeightPointer<T3>(Int32, All, Int32, T3[,,])
WeightPointer<T3>(Int32, All, Int32, T3[,])
WeightPointer<T3>(Int32, All, Int32, T3)
WeightPointer<T3>(Int32, All, Int32, T3[])

WeightPointer(Int32, All, Int32, IntPtr)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glWeightPointerOES", Version="1.1")]
public static void WeightPointer (int size, OpenTK.Graphics.ES11.All type, int stride, IntPtr pointer);
static member WeightPointer : int * OpenTK.Graphics.ES11.All * int * nativeint -> unit

Parameters

size
Int32
type
All
stride
Int32
pointer
IntPtr

nativeint

Attributes

Applies to

WeightPointer<T3>(Int32, All, Int32, T3[,,])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glWeightPointerOES", Version="1.1")]
public static void WeightPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, T3[,,] pointer) where T3 : struct;
static member WeightPointer : int * OpenTK.Graphics.ES11.All * int * 'T3[,,] -> unit (requires 'T3 : struct)

Type Parameters

T3

Parameters

size
Int32
type
All
stride
Int32
pointer
T3[,,]
Attributes

Applies to

WeightPointer<T3>(Int32, All, Int32, T3[,])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glWeightPointerOES", Version="1.1")]
public static void WeightPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, T3[,] pointer) where T3 : struct;
static member WeightPointer : int * OpenTK.Graphics.ES11.All * int * 'T3[,] -> unit (requires 'T3 : struct)

Type Parameters

T3

Parameters

size
Int32
type
All
stride
Int32
pointer
T3[,]
Attributes

Applies to

WeightPointer<T3>(Int32, All, Int32, T3)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glWeightPointerOES", Version="1.1")]
public static void WeightPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, out T3 pointer) where T3 : struct;
static member WeightPointer : int * OpenTK.Graphics.ES11.All * int *  -> unit (requires 'T3 : struct)

Type Parameters

T3

Parameters

size
Int32
type
All
stride
Int32
pointer
T3
Attributes

Applies to

WeightPointer<T3>(Int32, All, Int32, T3[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glWeightPointerOES", Version="1.1")]
public static void WeightPointer<T3> (int size, OpenTK.Graphics.ES11.All type, int stride, T3[] pointer) where T3 : struct;
static member WeightPointer : int * OpenTK.Graphics.ES11.All * int * 'T3[] -> unit (requires 'T3 : struct)

Type Parameters

T3

Parameters

size
Int32
type
All
stride
Int32
pointer
T3[]
Attributes

Applies to