Axiom.RenderSystems.OpenGLES.GLESHardwarePixelBuffer.BindToFramebuffer C# (CSharp) 메소드

BindToFramebuffer() 공개 메소드

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