GL.DrawElements Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- mode
- All
- count
- Int32
- type
- All
- indices
-
IntPtr
nativeint
- Attributs
S’applique à
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)
Paramètres de type
- T3
Paramètres
- mode
- All
- count
- Int32
- type
- All
- indices
- T3
- Attributs
S’applique à
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)
Paramètres de type
- T3
Paramètres
- mode
- All
- count
- Int32
- type
- All
- indices
- T3[,,]
- Attributs
S’applique à
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)
Paramètres de type
- T3
Paramètres
- mode
- All
- count
- Int32
- type
- All
- indices
- T3[,]
- Attributs
S’applique à
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)
Paramètres de type
- T3
Paramètres
- mode
- All
- count
- Int32
- type
- All
- indices
- T3[]
- Attributs