次の方法で共有


GL.IsFramebuffer メソッド

定義

オーバーロード

IsFramebuffer(Int32)
IsFramebuffer(UInt32)

IsFramebuffer(Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsFramebuffer", Version="3.0")]
public static bool IsFramebuffer (int framebuffer);
static member IsFramebuffer : int -> bool

パラメーター

framebuffer
Int32

戻り値

属性

適用対象

IsFramebuffer(UInt32)

重要

この API は CLS 準拠ではありません。

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsFramebuffer", Version="3.0")]
[System.CLSCompliant(false)]
public static bool IsFramebuffer (uint framebuffer);
static member IsFramebuffer : uint32 -> bool

パラメーター

framebuffer
UInt32

戻り値

属性

適用対象