GL.Ext.DrawElementsInstanced Method

Definition

Overloads

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

DrawElementsInstanced(All, Int32, All, IntPtr, Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDrawElementsInstancedEXT", Version="2.0")]
public static void DrawElementsInstanced (OpenTK.Graphics.ES20.All mode, int count, OpenTK.Graphics.ES20.All type, IntPtr indices, int instanceCount);
static member DrawElementsInstanced : OpenTK.Graphics.ES20.All * int * OpenTK.Graphics.ES20.All * nativeint * int -> unit

Parameters

mode
All
count
Int32
type
All
indices
IntPtr

nativeint

instanceCount
Int32
Attributes

Applies to

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

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDrawElementsInstancedEXT", Version="2.0")]
public static void DrawElementsInstanced<T3> (OpenTK.Graphics.ES20.All mode, int count, OpenTK.Graphics.ES20.All type, out T3 indices, int instanceCount) where T3 : struct;
static member DrawElementsInstanced : OpenTK.Graphics.ES20.All * int * OpenTK.Graphics.ES20.All *  * int -> unit (requires 'T3 : struct)

Type Parameters

T3

Parameters

mode
All
count
Int32
type
All
indices
T3
instanceCount
Int32
Attributes

Applies to

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

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDrawElementsInstancedEXT", Version="2.0")]
public static void DrawElementsInstanced<T3> (OpenTK.Graphics.ES20.All mode, int count, OpenTK.Graphics.ES20.All type, T3[,,] indices, int instanceCount) where T3 : struct;
static member DrawElementsInstanced : OpenTK.Graphics.ES20.All * int * OpenTK.Graphics.ES20.All * 'T3[,,] * int -> unit (requires 'T3 : struct)

Type Parameters

T3

Parameters

mode
All
count
Int32
type
All
indices
T3[,,]
instanceCount
Int32
Attributes

Applies to

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

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDrawElementsInstancedEXT", Version="2.0")]
public static void DrawElementsInstanced<T3> (OpenTK.Graphics.ES20.All mode, int count, OpenTK.Graphics.ES20.All type, T3[,] indices, int instanceCount) where T3 : struct;
static member DrawElementsInstanced : OpenTK.Graphics.ES20.All * int * OpenTK.Graphics.ES20.All * 'T3[,] * int -> unit (requires 'T3 : struct)

Type Parameters

T3

Parameters

mode
All
count
Int32
type
All
indices
T3[,]
instanceCount
Int32
Attributes

Applies to

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

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDrawElementsInstancedEXT", Version="2.0")]
public static void DrawElementsInstanced<T3> (OpenTK.Graphics.ES20.All mode, int count, OpenTK.Graphics.ES20.All type, T3[] indices, int instanceCount) where T3 : struct;
static member DrawElementsInstanced : OpenTK.Graphics.ES20.All * int * OpenTK.Graphics.ES20.All * 'T3[] * int -> unit (requires 'T3 : struct)

Type Parameters

T3

Parameters

mode
All
count
Int32
type
All
indices
T3[]
instanceCount
Int32
Attributes

Applies to