Axiom.RenderSystems.OpenGLES.GLESHardwarePixelBuffer.BindToFramebuffer C# (CSharp) Méthode

BindToFramebuffer() public méthode

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