C# Class SharpUV.BufferManager

Inheritance: IDisposable
Afficher le fichier Open project: gigi81/sharpuv

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode Description
Alloc ( int size ) : IntPtr
AllocBuffer ( int size ) : IntPtr
Free ( IntPtr buffer ) : IntPtr
GetFree ( int size ) : IntPtr

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void