Rename uniform setters to avoid future ambiguity.
This commit is contained in:
@@ -60,8 +60,8 @@ namespace OpenRA.Renderer.Null
|
||||
|
||||
public class NullShader : IShader
|
||||
{
|
||||
public void SetValue(string name, float x, float y) { }
|
||||
public void SetValue(string param, ITexture texture) { }
|
||||
public void SetVec(string name, float x, float y) { }
|
||||
public void SetTexture(string param, ITexture texture) { }
|
||||
public void Commit() { }
|
||||
public void Render(Action a) { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user