Example #1
0
 public override void SetScissorRect(uint index, uint x, uint y, uint width, uint height)
 {
     _currentCommands.SetScissorRect(index, x, y, width, height);
 }