GL.Ext.MapBufferRange Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
MapBufferRange(All, IntPtr, IntPtr, UInt32)
Importante
Esta API não está em conformidade com 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
Parâmetros
- target
- All
- offset
-
IntPtr
nativeint
- length
-
IntPtr
nativeint
- access
- UInt32
Retornos
nativeint
- Atributos
Aplica-se a
MapBufferRange(All, IntPtr, IntPtr, Int32)
Importante
Esta API não está em conformidade com 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
Parâmetros
- target
- All
- offset
-
IntPtr
nativeint
- length
-
IntPtr
nativeint
- access
- Int32
Retornos
nativeint
- Atributos