remove IShader.Commit

This commit is contained in:
Chris Forbes
2011-04-30 14:29:32 +12:00
parent 279413f05b
commit 7155747337
4 changed files with 2 additions and 9 deletions

View File

@@ -9,12 +9,12 @@
#endregion
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using OpenRA.FileFormats;
using OpenRA.FileFormats.Graphics;
using Tao.OpenGl;
using System.Text;
using System.Collections.Generic;
namespace OpenRA.Renderer.Glsl
{
@@ -141,7 +141,5 @@ namespace OpenRA.Renderer.Glsl
Gl.glUniform2fARB(param,x,y);
GraphicsDevice.CheckGlError();
}
public void Commit() { }
}
}