Axiom.RenderSystems.OpenGLES.GLESHardwarePixelBuffer.GLESHardwarePixelBuffer C# (CSharp) Метод

GLESHardwarePixelBuffer() публичный Метод

public GLESHardwarePixelBuffer ( int width, int height, int depth, PixelFormat format, BufferUsage usage ) : System
width int
height int
depth int
format PixelFormat
usage BufferUsage
Результат System
		public GLESHardwarePixelBuffer( int width, int height, int depth, PixelFormat format, BufferUsage usage )
			: base( width, height, depth, format, usage, false, false )
		{
			_buffer = new PixelBox( width, height, depth, format );
			_glInternalFormat = 0;
		}