Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetScissorTest C# (CSharp) Method

SetScissorTest() public method

public SetScissorTest ( bool enable, int left, int top, int right, int bottom ) : void
enable bool
left int
top int
right int
bottom int
return void
		public override void SetScissorTest( bool enable, int left, int top, int right, int bottom )
		{
			throw new NotImplementedException();
		}
GLESRenderSystem