Axiom.RenderSystems.OpenGLES.GLESPBuffer.GLESPBuffer C# (CSharp) 메소드

GLESPBuffer() 공개 메소드

Default ctor.
public GLESPBuffer ( PixelComponentType format, int width, int height ) : System
format PixelComponentType
width int
height int
리턴 System
		public GLESPBuffer( PixelComponentType format, int width, int height )
		{
			Format = format;
			Width = width;
			Height = height;
		}