fix rendering of very large maps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user