GL.GenBuffers 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
GenBuffers(Int32, Int32) | |
GenBuffers(Int32, Int32*) | |
GenBuffers(Int32, Int32[]) | |
GenBuffers(Int32, UInt32) | |
GenBuffers(Int32, UInt32*) | |
GenBuffers(Int32, UInt32[]) |
GenBuffers(Int32, Int32)
GenBuffers(Int32, Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenBuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenBuffers (int n, int* buffers);
static member GenBuffers : int * nativeptr<int> -> unit
Parameters
- n
- Int32
- buffers
- Int32*
- Attributes
Applies to
GenBuffers(Int32, Int32[])
GenBuffers(Int32, UInt32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenBuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenBuffers (int n, out uint buffers);
static member GenBuffers : int * -> unit
Parameters
- n
- Int32
- buffers
- UInt32
- Attributes
Applies to
GenBuffers(Int32, UInt32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenBuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenBuffers (int n, uint* buffers);
static member GenBuffers : int * nativeptr<uint32> -> unit
Parameters
- n
- Int32
- buffers
- UInt32*
- Attributes
Applies to
GenBuffers(Int32, UInt32[])
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenBuffers", Version="2.0")]
[System.CLSCompliant(false)]
public static void GenBuffers (int n, uint[] buffers);
static member GenBuffers : int * uint32[] -> unit
Parameters
- n
- Int32
- buffers
- UInt32[]
- Attributes