Compartilhar via


GL.DrawElements Método

Definição

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

Aplica-se 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

Aplica-se 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

Aplica-se 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

Aplica-se 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

Aplica-se a