GL.DeleteTextures 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DeleteTextures(Int32, UInt32*)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteTextures", Version="1.1")]
[System.CLSCompliant(false)]
public static void DeleteTextures (int n, uint* textures);
static member DeleteTextures : int * nativeptr<uint32> -> unit
參數
- 屬性
-
DeleteTextures(Int32, UInt32)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteTextures", Version="1.1")]
[System.CLSCompliant(false)]
public static void DeleteTextures (int n, ref uint textures);
static member DeleteTextures : int * -> unit
參數
- 屬性
-
DeleteTextures(Int32, UInt32[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteTextures", Version="1.1")]
[System.CLSCompliant(false)]
public static void DeleteTextures (int n, uint[] textures);
static member DeleteTextures : int * uint32[] -> unit
參數
- 屬性
-
DeleteTextures(Int32, Int32*)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteTextures", Version="1.1")]
[System.CLSCompliant(false)]
public static void DeleteTextures (int n, int* textures);
static member DeleteTextures : int * nativeptr<int> -> unit
參數
- 屬性
-
DeleteTextures(Int32, Int32)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteTextures", Version="1.1")]
public static void DeleteTextures (int n, ref int textures);
static member DeleteTextures : int * -> unit
參數
- 屬性
-
DeleteTextures(Int32, Int32[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteTextures", Version="1.1")]
public static void DeleteTextures (int n, int[] textures);
static member DeleteTextures : int * int[] -> unit
參數
- 屬性
-