GL.IsRenderbuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IsRenderbuffer(Int32) | |
IsRenderbuffer(UInt32) |
IsRenderbuffer(Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsRenderbuffer", Version="3.0")]
public static bool IsRenderbuffer (int renderbuffer);
static member IsRenderbuffer : int -> bool
Parameters
- renderbuffer
- Int32
Returns
- Attributes
Applies to
IsRenderbuffer(UInt32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsRenderbuffer", Version="3.0")]
[System.CLSCompliant(false)]
public static bool IsRenderbuffer (uint renderbuffer);
static member IsRenderbuffer : uint32 -> bool
Parameters
- renderbuffer
- UInt32
Returns
- Attributes