GL.Oes.GenVertexArrays Método

Definición

Sobrecargas

GenVertexArrays(Int32, UInt32[])
GenVertexArrays(Int32, UInt32*)
GenVertexArrays(Int32, UInt32)
GenVertexArrays(Int32, Int32*)
GenVertexArrays(Int32, Int32)
GenVertexArrays(Int32, Int32[])

GenVertexArrays(Int32, UInt32[])

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGenVertexArraysOES", Version="1.1")]
[System.CLSCompliant(false)]
public static void GenVertexArrays (int n, uint[] arrays);
static member GenVertexArrays : int * uint32[] -> unit

Parámetros

n
Int32
arrays
UInt32[]
Atributos

Se aplica a

GenVertexArrays(Int32, UInt32*)

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGenVertexArraysOES", Version="1.1")]
[System.CLSCompliant(false)]
public static void GenVertexArrays (int n, uint* arrays);
static member GenVertexArrays : int * nativeptr<uint32> -> unit

Parámetros

n
Int32
arrays
UInt32*
Atributos

Se aplica a

GenVertexArrays(Int32, UInt32)

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGenVertexArraysOES", Version="1.1")]
[System.CLSCompliant(false)]
public static void GenVertexArrays (int n, out uint arrays);
static member GenVertexArrays : int *  -> unit

Parámetros

n
Int32
arrays
UInt32
Atributos

Se aplica a

GenVertexArrays(Int32, Int32*)

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGenVertexArraysOES", Version="1.1")]
[System.CLSCompliant(false)]
public static void GenVertexArrays (int n, int* arrays);
static member GenVertexArrays : int * nativeptr<int> -> unit

Parámetros

n
Int32
arrays
Int32*
Atributos

Se aplica a

GenVertexArrays(Int32, Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGenVertexArraysOES", Version="1.1")]
public static void GenVertexArrays (int n, out int arrays);
static member GenVertexArrays : int *  -> unit

Parámetros

n
Int32
arrays
Int32
Atributos

Se aplica a

GenVertexArrays(Int32, Int32[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glGenVertexArraysOES", Version="1.1")]
public static void GenVertexArrays (int n, int[] arrays);
static member GenVertexArrays : int * int[] -> unit

Parámetros

n
Int32
arrays
Int32[]
Atributos

Se aplica a