Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetScissorTest C# (CSharp) Méthode

SetScissorTest() public méthode

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