GL.UnmapBuffer 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
UnmapBuffer(All) |
Obsoleti.
|
UnmapBuffer(BufferTarget) |
UnmapBuffer(All)
Attenzione
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glUnmapBuffer", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static bool UnmapBuffer (OpenTK.Graphics.ES30.All target);
static member UnmapBuffer : OpenTK.Graphics.ES30.All -> bool
Parametri
- target
- All
Restituisce
- Attributi
Si applica a
UnmapBuffer(BufferTarget)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glUnmapBuffer", Version="3.0")]
public static bool UnmapBuffer (OpenTK.Graphics.ES30.BufferTarget target);
static member UnmapBuffer : OpenTK.Graphics.ES30.BufferTarget -> bool
Parametri
- target
- BufferTarget
Restituisce
- Attributi