Axiom.RenderSystems.OpenGLES.GLESHardwarePixelBuffer.BindToFramebuffer C# (CSharp) Method

BindToFramebuffer() public method

public BindToFramebuffer ( OpenTK.Graphics.ES11 attachment, int zOffset ) : void
attachment OpenTK.Graphics.ES11
zOffset int
return void
		public virtual void BindToFramebuffer( TK.All attachment, int zOffset )
		{
			throw new AxiomException( "Framebuffer bind not possible for this pixelbuffer type" );
		}