Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetClipPlane C# (CSharp) 메소드

SetClipPlane() 공개 메소드

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