GL.Ext.MapBufferRange メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MapBufferRange(All, IntPtr, IntPtr, UInt32)
重要
この API は CLS 準拠ではありません。
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glMapBufferRangeEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static IntPtr MapBufferRange(OpenTK.Graphics.ES20.All target, IntPtr offset, IntPtr length, uint access);
static member MapBufferRange : OpenTK.Graphics.ES20.All * nativeint * nativeint * uint32 -> nativeint
パラメーター
- target
- All
- offset
-
IntPtr
nativeint
- length
-
IntPtr
nativeint
- access
- UInt32
戻り値
IntPtr
nativeint
- 属性
適用対象
MapBufferRange(All, IntPtr, IntPtr, Int32)
重要
この API は CLS 準拠ではありません。
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glMapBufferRangeEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static IntPtr MapBufferRange(OpenTK.Graphics.ES20.All target, IntPtr offset, IntPtr length, int access);
static member MapBufferRange : OpenTK.Graphics.ES20.All * nativeint * nativeint * int -> nativeint
パラメーター
- target
- All
- offset
-
IntPtr
nativeint
- length
-
IntPtr
nativeint
- access
- Int32
戻り値
IntPtr
nativeint
- 属性