PixelFarm.DrawingGL.FrameBuffer.FrameBuffer C# (CSharp) Method

FrameBuffer() public method

public FrameBuffer ( int w, int h ) : System
w int
h int
return System
        public FrameBuffer(int w, int h)
        {
            this.w = w;
            this.h = h;
            InitFrameBuffer();
        }
        public void Dispose()