共用方式為


GL.GenTextures 方法

定義

多載

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

參數

n
Int32
textures
Int32
屬性

適用於

GenTextures(Int32, Int32*)

重要

此 API 不符合 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

參數

n
Int32
textures
Int32*
屬性

適用於

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

參數

n
Int32
textures
Int32[]
屬性

適用於

GenTextures(Int32, UInt32)

重要

此 API 不符合 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

參數

n
Int32
textures
UInt32
屬性

適用於

GenTextures(Int32, UInt32*)

重要

此 API 不符合 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

參數

n
Int32
textures
UInt32*
屬性

適用於

GenTextures(Int32, UInt32[])

重要

此 API 不符合 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

參數

n
Int32
textures
UInt32[]
屬性

適用於