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

ApplyObliqueDepthProjection() public method

public ApplyObliqueDepthProjection ( Matrix4 &projMatrix, Plane plane, bool forGpuProgram ) : void
projMatrix Axiom.Math.Matrix4
plane Axiom.Math.Plane
forGpuProgram bool
return void
		public override void ApplyObliqueDepthProjection( ref Matrix4 projMatrix, Plane plane, bool forGpuProgram )
		{
			throw new NotImplementedException();
		}
GLESRenderSystem