GL.IsBuffer 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
IsBuffer(Int32) | |
IsBuffer(UInt32) |
IsBuffer(Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsBuffer", Version="3.0")]
public static bool IsBuffer (int buffer);
static member IsBuffer : int -> bool
Parameters
- buffer
- Int32
Returns
- Attributes
Applies to
IsBuffer(UInt32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsBuffer", Version="3.0")]
[System.CLSCompliant(false)]
public static bool IsBuffer (uint buffer);
static member IsBuffer : uint32 -> bool
Parameters
- buffer
- UInt32
Returns
- Attributes