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

GLESPBuffer() public method

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