Compartir a través de


GL.DrawElements Método

Definición

Sobrecargas

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

DrawElements(All, Int32, All, IntPtr)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDrawElements", Version="1.1")]
public static void DrawElements (OpenTK.Graphics.ES11.All mode, int count, OpenTK.Graphics.ES11.All type, IntPtr indices);
static member DrawElements : OpenTK.Graphics.ES11.All * int * OpenTK.Graphics.ES11.All * nativeint -> unit

Parámetros

mode
All
count
Int32
type
All
indices
IntPtr

nativeint

Atributos

Se aplica a

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

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

Parámetros de tipo

T3

Parámetros

mode
All
count
Int32
type
All
indices
T3
Atributos

Se aplica a

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

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

Parámetros de tipo

T3

Parámetros

mode
All
count
Int32
type
All
indices
T3[,,]
Atributos

Se aplica a

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

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

Parámetros de tipo

T3

Parámetros

mode
All
count
Int32
type
All
indices
T3[,]
Atributos

Se aplica a

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

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

Parámetros de tipo

T3

Parámetros

mode
All
count
Int32
type
All
indices
T3[]
Atributos

Se aplica a