GL.IsTexture メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
戻り値
- 属性