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

SetClipPlane() public method

public SetClipPlane ( ushort index, float A, float B, float C, float D ) : void
index ushort
A float
B float
C float
D float
return void
		public override void SetClipPlane( ushort index, float A, float B, float C, float D )
		{
			throw new NotImplementedException();
		}
GLESRenderSystem