Add scissor support to IFrameBuffer.

This commit is contained in:
Paul Chote
2019-11-03 17:25:41 +00:00
committed by reaperrr
parent e7de7b4c05
commit 0c8a47b5af
3 changed files with 40 additions and 0 deletions

View File

@@ -111,6 +111,8 @@ namespace OpenRA
{
void Bind();
void Unbind();
void EnableScissor(Rectangle rect);
void DisableScissor();
ITexture Texture { get; }
}