次の方法で共有


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

戻り値

属性

適用対象