GL.Oes.IsFramebuffer Method

Definition

Overloads

IsFramebuffer(Int32)
IsFramebuffer(UInt32)

IsFramebuffer(Int32)

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

Parameters

framebuffer
Int32

Returns

Attributes

Applies to

IsFramebuffer(UInt32)

Important

This API is not CLS-compliant.

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

Parameters

framebuffer
UInt32

Returns

Attributes

Applies to