it compiles

This commit is contained in:
Alli
2010-02-18 17:10:15 +13:00
parent 3e3276682c
commit cf8a2dd50f
9 changed files with 78 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ namespace OpenRa.FileFormats.Graphics
public interface IGraphicsDevice
{
IVertexBuffer<T> CreateVertexBuffer<T>( int length ) where T : struct;
IVertexBuffer<Vertex> CreateVertexBuffer<Vertex>( int length );
IIndexBuffer CreateIndexBuffer( int length );
ITexture CreateTexture( Bitmap bitmap );