C# Class SharpUV.BufferManager

Inheritance: IDisposable
Show file Open project: gigi81/sharpuv

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
Alloc ( int size ) : IntPtr
AllocBuffer ( int size ) : IntPtr
Free ( IntPtr buffer ) : IntPtr
GetFree ( int size ) : IntPtr

Method Details

Dispose() public method

public Dispose ( ) : void
return void