GL.FlushMappedBufferRange Method

Definition

Overloads

FlushMappedBufferRange(All, IntPtr, IntPtr)
Obsolete.
FlushMappedBufferRange(BufferTarget, IntPtr, IntPtr)

FlushMappedBufferRange(All, IntPtr, IntPtr)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glFlushMappedBufferRange", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void FlushMappedBufferRange (OpenTK.Graphics.ES30.All target, IntPtr offset, IntPtr length);
static member FlushMappedBufferRange : OpenTK.Graphics.ES30.All * nativeint * nativeint -> unit

Parameters

target
All
offset
IntPtr

nativeint

length
IntPtr

nativeint

Attributes

Applies to

FlushMappedBufferRange(BufferTarget, IntPtr, IntPtr)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glFlushMappedBufferRange", Version="3.0")]
public static void FlushMappedBufferRange (OpenTK.Graphics.ES30.BufferTarget target, IntPtr offset, IntPtr length);
static member FlushMappedBufferRange : OpenTK.Graphics.ES30.BufferTarget * nativeint * nativeint -> unit

Parameters

target
BufferTarget
offset
IntPtr

nativeint

length
IntPtr

nativeint

Attributes

Applies to