GL.GenFramebuffers Method

Definition

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)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenFramebuffers", Version="2.0")]
public static void GenFramebuffers (int n, out int framebuffers);
static member GenFramebuffers : int *  -> unit

Parameters

n
Int32
framebuffers
Int32
Attributes

Applies to

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

Applies to

GenFramebuffers(Int32, Int32[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGenFramebuffers", Version="2.0")]
public static void GenFramebuffers (int n, int[] framebuffers);
static member GenFramebuffers : int * int[] -> unit

Parameters

n
Int32
framebuffers
Int32[]
Attributes

Applies to