C# Class Reign.Video.OpenGL.IndexBuffer

Inheritance: IIndexBuffer
Show file Open project: reignstudios/ReignSDK

Public Methods

Method Description
Dispose ( ) : void
IndexBuffer ( IDisposableResource parent, BufferUsages bufferUsage, int indices ) : System
Update ( int indices, int updateCount ) : void

Private Methods

Method Description
enable ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IndexBuffer() public method

public IndexBuffer ( IDisposableResource parent, BufferUsages bufferUsage, int indices ) : System
parent IDisposableResource
bufferUsage BufferUsages
indices int
return System

Update() public method

public Update ( int indices, int updateCount ) : void
indices int
updateCount int
return void