C# Class Reign.Video.XNA.IndexBuffer

Inheritance: IndexBufferI
显示文件 Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
IndexBuffer ( DisposableI parent, BufferUsages bufferUsage, int indices ) : System
New ( DisposableI parent, BufferUsages usage, int indices ) : IndexBuffer
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 ( DisposableI parent, BufferUsages bufferUsage, int indices ) : System
parent DisposableI
bufferUsage BufferUsages
indices int
return System

New() public static method

public static New ( DisposableI parent, BufferUsages usage, int indices ) : IndexBuffer
parent DisposableI
usage BufferUsages
indices int
return IndexBuffer

Update() public method

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