GL.MapBufferRange Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
MapBufferRange(All, IntPtr, IntPtr, Int32) |
Obsolète.
|
MapBufferRange(All, IntPtr, IntPtr, UInt32) |
Obsolète.
|
MapBufferRange(BufferTarget, IntPtr, IntPtr, BufferAccessMask) |
MapBufferRange(All, IntPtr, IntPtr, Int32)
Attention
Use the overload with strongly typed enumerations
Important
Cette API n’est pas conforme 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
Paramètres
- target
- All
- offset
-
IntPtr
nativeint
- length
-
IntPtr
nativeint
- access
- Int32
Retours
nativeint
- Attributs
S’applique à
MapBufferRange(All, IntPtr, IntPtr, UInt32)
Attention
Use the overload with strongly typed enumerations
Important
Cette API n’est pas conforme 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
Paramètres
- target
- All
- offset
-
IntPtr
nativeint
- length
-
IntPtr
nativeint
- access
- UInt32
Retours
nativeint
- Attributs
S’applique à
MapBufferRange(BufferTarget, IntPtr, IntPtr, BufferAccessMask)
Important
Cette API n’est pas conforme 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
Paramètres
- target
- BufferTarget
- offset
-
IntPtr
nativeint
- length
-
IntPtr
nativeint
- access
- BufferAccessMask
Retours
nativeint
- Attributs