Axiom.RenderSystems.OpenGLES.GLESRenderTexture.GLESRenderTexture C# (CSharp) Method

GLESRenderTexture() public method

public GLESRenderTexture ( string name, GLESSurfaceDescription target, bool writeGamma, int fsaa ) : System
name string
target GLESSurfaceDescription
writeGamma bool
fsaa int
return System
		public GLESRenderTexture( string name, GLESSurfaceDescription target, bool writeGamma, int fsaa )
			: base( target.Buffer, target.ZOffset )
		{
			Name = name;
			HardwareGammaEnabled = writeGamma;
			FSAA = fsaa;
		}
GLESRenderTexture