Add scissor support to IFrameBuffer.
This commit is contained in:
@@ -111,6 +111,8 @@ namespace OpenRA
|
||||
{
|
||||
void Bind();
|
||||
void Unbind();
|
||||
void EnableScissor(Rectangle rect);
|
||||
void DisableScissor();
|
||||
ITexture Texture { get; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user