Compartir a través de


GL.GenFramebuffers Método

Definición

Sobrecargas

GenFramebuffers(Int32, UInt32[])
GenFramebuffers(Int32, UInt32)
GenFramebuffers(Int32, UInt32*)
GenFramebuffers(Int32, Int32*)
GenFramebuffers(Int32, Int32[])
GenFramebuffers(Int32, Int32)

GenFramebuffers(Int32, UInt32[])

Importante

Esta API no es conforme a CLS.

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

Parámetros

n
Int32
framebuffers
UInt32[]
Atributos

Se aplica a

GenFramebuffers(Int32, UInt32)

Importante

Esta API no es conforme a CLS.

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

Parámetros

n
Int32
framebuffers
UInt32
Atributos

Se aplica a

GenFramebuffers(Int32, UInt32*)

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenFramebuffers", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenFramebuffers (int n, uint* framebuffers);
static member GenFramebuffers : int * nativeptr<uint32> -> unit

Parámetros

n
Int32
framebuffers
UInt32*
Atributos

Se aplica a

GenFramebuffers(Int32, Int32*)

Importante

Esta API no es conforme a CLS.

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

Parámetros

n
Int32
framebuffers
Int32*
Atributos

Se aplica a

GenFramebuffers(Int32, Int32[])

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

Parámetros

n
Int32
framebuffers
Int32[]
Atributos

Se aplica a

GenFramebuffers(Int32, Int32)

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

Parámetros

n
Int32
framebuffers
Int32
Atributos

Se aplica a