Axiom.RenderSystems.OpenGL.GLHardwarePixelBuffer.BindToFramebuffer C# (CSharp) Method

BindToFramebuffer() public method

Bind surface to frame buffer. Needs FBO extension.
public BindToFramebuffer ( int attachment, int zOffset ) : void
attachment int
zOffset int
return void
		public virtual void BindToFramebuffer( int attachment, int zOffset )
		{
			throw new NotSupportedException( "Framebuffer bind not possible for this pixelbuffer type." );
		}