GL.Ext.MapBufferRange Method

Definition

Overloads

MapBufferRange(All, IntPtr, IntPtr, Int32)
MapBufferRange(All, IntPtr, IntPtr, UInt32)

MapBufferRange(All, IntPtr, IntPtr, Int32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glMapBufferRangeEXT", Version="1.1")]
[System.CLSCompliant(false)]
public static IntPtr MapBufferRange (OpenTK.Graphics.ES11.All target, IntPtr offset, IntPtr length, int access);
static member MapBufferRange : OpenTK.Graphics.ES11.All * nativeint * nativeint * int -> nativeint

Parameters

target
All
offset
IntPtr

nativeint

length
IntPtr

nativeint

access
Int32

Returns

IntPtr

nativeint

Attributes

Applies to

MapBufferRange(All, IntPtr, IntPtr, UInt32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glMapBufferRangeEXT", Version="1.1")]
[System.CLSCompliant(false)]
public static IntPtr MapBufferRange (OpenTK.Graphics.ES11.All target, IntPtr offset, IntPtr length, uint access);
static member MapBufferRange : OpenTK.Graphics.ES11.All * nativeint * nativeint * uint32 -> nativeint

Parameters

target
All
offset
IntPtr

nativeint

length
IntPtr

nativeint

access
UInt32

Returns

IntPtr

nativeint

Attributes

Applies to