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

@@ -50,6 +50,9 @@ namespace OpenRA.FileFormats.Graphics
void SetLineWidth( float width );
void EnableScissor( int left, int top, int width, int height );
void DisableScissor();
void EnableDepthBuffer();
void DisableDepthBuffer();
}
public interface IVertexBuffer<T>