C# Class NewTOAPIA.GL.GLBufferLockedBytes

Inheritance: IDisposable
Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
Dispose ( ) : void
GLBufferLockedBytes ( GLBufferObject buffer, BufferTarget target, BufferAccess access, IntPtr pointer, int offset, int size ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GLBufferLockedBytes() public method

public GLBufferLockedBytes ( GLBufferObject buffer, BufferTarget target, BufferAccess access, IntPtr pointer, int offset, int size ) : System
buffer GLBufferObject
target BufferTarget
access BufferAccess
pointer System.IntPtr
offset int
size int
return System