다음을 통해 공유


GL.DeleteTextures 메서드

정의

오버로드

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

DeleteTextures(Int32, UInt32*)

중요

이 API는 CLS 규격이 아닙니다.

[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

매개 변수

n
Int32
textures
UInt32*
특성

적용 대상

DeleteTextures(Int32, UInt32)

중요

이 API는 CLS 규격이 아닙니다.

[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

매개 변수

n
Int32
textures
UInt32
특성

적용 대상

DeleteTextures(Int32, UInt32[])

중요

이 API는 CLS 규격이 아닙니다.

[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

매개 변수

n
Int32
textures
UInt32[]
특성

적용 대상

DeleteTextures(Int32, Int32*)

중요

이 API는 CLS 규격이 아닙니다.

[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

매개 변수

n
Int32
textures
Int32*
특성

적용 대상

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

매개 변수

n
Int32
textures
Int32
특성

적용 대상

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

매개 변수

n
Int32
textures
Int32[]
특성

적용 대상