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

SetClipPlane() public méthode

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