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