共用方式為


GL.MapBufferRange 方法

定義

多載

MapBufferRange(All, IntPtr, IntPtr, Int32)
已淘汰.
MapBufferRange(All, IntPtr, IntPtr, UInt32)
已淘汰.
MapBufferRange(BufferTarget, IntPtr, IntPtr, BufferAccessMask)

MapBufferRange(All, IntPtr, IntPtr, Int32)

警告

Use the overload with strongly typed enumerations

重要

此 API 不符合 CLS 規範。

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glMapBufferRange", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static IntPtr MapBufferRange (OpenTK.Graphics.ES30.All target, IntPtr offset, IntPtr length, int access);
static member MapBufferRange : OpenTK.Graphics.ES30.All * nativeint * nativeint * int -> nativeint

參數

target
All
offset
IntPtr

nativeint

length
IntPtr

nativeint

access
Int32

傳回

IntPtr

nativeint

屬性

適用於

MapBufferRange(All, IntPtr, IntPtr, UInt32)

警告

Use the overload with strongly typed enumerations

重要

此 API 不符合 CLS 規範。

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glMapBufferRange", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static IntPtr MapBufferRange (OpenTK.Graphics.ES30.All target, IntPtr offset, IntPtr length, uint access);
static member MapBufferRange : OpenTK.Graphics.ES30.All * nativeint * nativeint * uint32 -> nativeint

參數

target
All
offset
IntPtr

nativeint

length
IntPtr

nativeint

access
UInt32

傳回

IntPtr

nativeint

屬性

適用於

MapBufferRange(BufferTarget, IntPtr, IntPtr, BufferAccessMask)

重要

此 API 不符合 CLS 規範。

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glMapBufferRange", Version="3.0")]
[System.CLSCompliant(false)]
public static IntPtr MapBufferRange (OpenTK.Graphics.ES30.BufferTarget target, IntPtr offset, IntPtr length, OpenTK.Graphics.ES30.BufferAccessMask access);
static member MapBufferRange : OpenTK.Graphics.ES30.BufferTarget * nativeint * nativeint * OpenTK.Graphics.ES30.BufferAccessMask -> nativeint

參數

target
BufferTarget
offset
IntPtr

nativeint

length
IntPtr

nativeint

傳回

IntPtr

nativeint

屬性

適用於