Compartir a través de


GL.GenTextures Método

Definición

Sobrecargas

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

GenTextures(Int32, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTextures", Version="3.0")]
public static void GenTextures (int n, out int textures);
static member GenTextures : int *  -> unit

Parámetros

n
Int32
textures
Int32
Atributos

Se aplica a

GenTextures(Int32, Int32*)

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTextures", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenTextures (int n, int* textures);
static member GenTextures : int * nativeptr<int> -> unit

Parámetros

n
Int32
textures
Int32*
Atributos

Se aplica a

GenTextures(Int32, Int32[])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTextures", Version="3.0")]
public static void GenTextures (int n, int[] textures);
static member GenTextures : int * int[] -> unit

Parámetros

n
Int32
textures
Int32[]
Atributos

Se aplica a

GenTextures(Int32, UInt32)

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTextures", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenTextures (int n, out uint textures);
static member GenTextures : int *  -> unit

Parámetros

n
Int32
textures
UInt32
Atributos

Se aplica a

GenTextures(Int32, UInt32*)

Importante

Esta API no es conforme a CLS.

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

Parámetros

n
Int32
textures
UInt32*
Atributos

Se aplica a

GenTextures(Int32, UInt32[])

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTextures", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenTextures (int n, uint[] textures);
static member GenTextures : int * uint32[] -> unit

Parámetros

n
Int32
textures
UInt32[]
Atributos

Se aplica a