GL.UnmapBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UnmapBuffer(All) |
Obsolete.
|
UnmapBuffer(BufferTarget) |
UnmapBuffer(All)
Caution
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
Parameters
- target
- All
Returns
- Attributes
Applies to
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
Parameters
- target
- BufferTarget
Returns
- Attributes