Remove obsolete Stencil Buffer functions.

This commit is contained in:
Paul Chote
2013-06-13 05:24:00 +12:00
parent c5337cdcf3
commit 4c22193446
4 changed files with 0 additions and 36 deletions

View File

@@ -54,9 +54,6 @@ namespace OpenRA.FileFormats.Graphics
void EnableDepthBuffer();
void DisableDepthBuffer();
void EnableStencilBuffer();
void DisableStencilBuffer();
}
public interface IVertexBuffer<T>