GL.IsTexture Метод

Определение

Перегрузки

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

Параметры

texture
Int32

Возвращаемое значение

Атрибуты

Применяется к

IsTexture(UInt32)

Важно!

Этот API несовместим с 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

Параметры

texture
UInt32

Возвращаемое значение

Атрибуты

Применяется к