GL.CopyBufferSubData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CopyBufferSubData(All, All, IntPtr, IntPtr, IntPtr) |
Obsolete.
|
CopyBufferSubData(BufferTarget, BufferTarget, IntPtr, IntPtr, IntPtr) |
CopyBufferSubData(All, All, IntPtr, IntPtr, IntPtr)
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCopyBufferSubData", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void CopyBufferSubData (OpenTK.Graphics.ES30.All readTarget, OpenTK.Graphics.ES30.All writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size);
static member CopyBufferSubData : OpenTK.Graphics.ES30.All * OpenTK.Graphics.ES30.All * nativeint * nativeint * nativeint -> unit
Parameters
- readTarget
- All
- writeTarget
- All
- readOffset
-
IntPtr
nativeint
- writeOffset
-
IntPtr
nativeint
- size
-
IntPtr
nativeint
- Attributes
Applies to
CopyBufferSubData(BufferTarget, BufferTarget, IntPtr, IntPtr, IntPtr)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCopyBufferSubData", Version="3.0")]
public static void CopyBufferSubData (OpenTK.Graphics.ES30.BufferTarget readTarget, OpenTK.Graphics.ES30.BufferTarget writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size);
static member CopyBufferSubData : OpenTK.Graphics.ES30.BufferTarget * OpenTK.Graphics.ES30.BufferTarget * nativeint * nativeint * nativeint -> unit
Parameters
- readTarget
- BufferTarget
- writeTarget
- BufferTarget
- readOffset
-
IntPtr
nativeint
- writeOffset
-
IntPtr
nativeint
- size
-
IntPtr
nativeint
- Attributes