Axiom.RenderSystems.OpenGLES.GLESFBOManager.RBFormat.RBFormat C# (CSharp) Method

RBFormat() private method

private RBFormat ( All format, int width, int height, int fsaa ) : System
format All
width int
height int
fsaa int
return System
			internal RBFormat( All format, int width, int height, int fsaa )
			{
				Format = format;
				Width = width;
				Height = height;
				Samples = fsaa;
			}
GLESFBOManager.RBFormat