GL.GenBuffers Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GenBuffers(Int32, Int32) | |
GenBuffers(Int32, Int32*) | |
GenBuffers(Int32, Int32[]) | |
GenBuffers(Int32, UInt32) | |
GenBuffers(Int32, UInt32*) | |
GenBuffers(Int32, UInt32[]) |
GenBuffers(Int32, Int32)
GenBuffers(Int32, Int32*)
Importante
Questa API non è conforme a CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenBuffers", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenBuffers (int n, int* buffers);
static member GenBuffers : int * nativeptr<int> -> unit
Parametri
- n
- Int32
- buffers
- Int32*
- Attributi
Si applica a
GenBuffers(Int32, Int32[])
GenBuffers(Int32, UInt32)
Importante
Questa API non è conforme a CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenBuffers", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenBuffers (int n, out uint buffers);
static member GenBuffers : int * -> unit
Parametri
- n
- Int32
- buffers
- UInt32
- Attributi
Si applica a
GenBuffers(Int32, UInt32*)
Importante
Questa API non è conforme a CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenBuffers", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenBuffers (int n, uint* buffers);
static member GenBuffers : int * nativeptr<uint32> -> unit
Parametri
- n
- Int32
- buffers
- UInt32*
- Attributi
Si applica a
GenBuffers(Int32, UInt32[])
Importante
Questa API non è conforme a CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenBuffers", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenBuffers (int n, uint[] buffers);
static member GenBuffers : int * uint32[] -> unit
Parametri
- n
- Int32
- buffers
- UInt32[]
- Attributi