Axiom.RenderSystems.OpenGL.GLFBORTTManager.RBFormat.RBFormat C# (CSharp) 메소드

RBFormat() 공개 메소드

public RBFormat ( int format, int width, int height ) : System
format int
width int
height int
리턴 System
			public RBFormat( int format, int width, int height )
			{
				Format = format;
				Width = width;
				Height = height;
			}
GLFBORTTManager.RBFormat