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