GL.Ext.MapBufferRange Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
MapBufferRange(All, IntPtr, IntPtr, UInt32) | |
MapBufferRange(All, IntPtr, IntPtr, Int32) |
MapBufferRange(All, IntPtr, IntPtr, UInt32)
Importante
Questa API non è conforme a 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
Parametri
- target
- All
- offset
-
IntPtr
nativeint
- length
-
IntPtr
nativeint
- access
- UInt32
Restituisce
IntPtr
nativeint
- Attributi
Si applica a
MapBufferRange(All, IntPtr, IntPtr, Int32)
Importante
Questa API non è conforme a 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
Parametri
- target
- All
- offset
-
IntPtr
nativeint
- length
-
IntPtr
nativeint
- access
- Int32
Restituisce
IntPtr
nativeint
- Attributi