fix rendering of very large maps

This commit is contained in:
Chris Forbes
2011-03-08 19:24:15 +13:00
parent 682cfcd466
commit 16cb275a5f
9 changed files with 31 additions and 27 deletions

View File

@@ -57,7 +57,7 @@ namespace OpenRA.FileFormats.Graphics
public interface IIndexBuffer
{
void Bind();
void SetData( ushort[] indices, int length );
void SetData( uint[] indices, int length );
}
public interface IShader