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;
		}