Freigeben über


GL.GenTextures Methode

Definition

Überlädt

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

GenTextures(Int32, Int32)

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

Parameter

n
Int32
textures
Int32
Attribute

Gilt für:

GenTextures(Int32, Int32*)

Wichtig

Diese API ist nicht CLS-kompatibel.

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

Parameter

n
Int32
textures
Int32*
Attribute

Gilt für:

GenTextures(Int32, Int32[])

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

Parameter

n
Int32
textures
Int32[]
Attribute

Gilt für:

GenTextures(Int32, UInt32)

Wichtig

Diese API ist nicht CLS-kompatibel.

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

Parameter

n
Int32
textures
UInt32
Attribute

Gilt für:

GenTextures(Int32, UInt32*)

Wichtig

Diese API ist nicht CLS-kompatibel.

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

Parameter

n
Int32
textures
UInt32*
Attribute

Gilt für:

GenTextures(Int32, UInt32[])

Wichtig

Diese API ist nicht CLS-kompatibel.

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

Parameter

n
Int32
textures
UInt32[]
Attribute

Gilt für: