Expose depth buffer to render code.

This commit is contained in:
Paul Chote
2013-02-22 23:29:34 +13:00
parent 9566385aac
commit 1b34c7d6b9
4 changed files with 32 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ namespace OpenRA.Renderer.Null
public void EnableScissor(int left, int top, int width, int height) { }
public void DisableScissor() { }
public void EnableDepthBuffer() { }
public void DisableDepthBuffer() { }
public void Clear() { }
public void Present() { }