GL.UnmapBuffer Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
UnmapBuffer(All) |
Obsoletos.
|
UnmapBuffer(BufferTarget) |
UnmapBuffer(All)
Precaución
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
Parámetros
- target
- All
Devoluciones
- Atributos
Se aplica 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
Parámetros
- target
- BufferTarget
Devoluciones
- Atributos