Compartir a través de


GL.BindBuffer Método

Definición

Sobrecargas

BindBuffer(All, Int32)
BindBuffer(All, UInt32)

BindBuffer(All, Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glBindBuffer", Version="1.1")]
public static void BindBuffer (OpenTK.Graphics.ES11.All target, int buffer);
static member BindBuffer : OpenTK.Graphics.ES11.All * int -> unit

Parámetros

target
All
buffer
Int32
Atributos

Se aplica a

BindBuffer(All, UInt32)

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glBindBuffer", Version="1.1")]
[System.CLSCompliant(false)]
public static void BindBuffer (OpenTK.Graphics.ES11.All target, uint buffer);
static member BindBuffer : OpenTK.Graphics.ES11.All * uint32 -> unit

Parámetros

target
All
buffer
UInt32
Atributos

Se aplica a