Axiom.Graphics.RSClearOperation.RSClearOperation C# (CSharp) Method

RSClearOperation() public method

public RSClearOperation ( FrameBufferType buffers, ColorEx color, float depth, int stencil ) : System
buffers FrameBufferType
color Axiom.Core.ColorEx
depth float
stencil int
return System
		public RSClearOperation( FrameBufferType buffers, ColorEx color, float depth, int stencil )
		{
			this.buffers = buffers;
			this.color = color;
			this.depth = depth;
			this.stencil = stencil;
		}