Axiom.RenderSystems.OpenGL.GLHardwarePixelBuffer.BindToFramebuffer C# (CSharp) Méthode

BindToFramebuffer() public méthode

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