Compartir a través de


GL.IsTexture Método

Definición

Sobrecargas

IsTexture(Int32)
IsTexture(UInt32)

IsTexture(Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glIsTexture", Version="1.1")]
public static bool IsTexture (int texture);
static member IsTexture : int -> bool

Parámetros

texture
Int32

Devoluciones

Atributos

Se aplica a

IsTexture(UInt32)

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glIsTexture", Version="1.1")]
[System.CLSCompliant(false)]
public static bool IsTexture (uint texture);
static member IsTexture : uint32 -> bool

Parámetros

texture
UInt32

Devoluciones

Atributos

Se aplica a