FrameBuffer.attach

Attaches the texture to the frame buffer attachment point.

@param point The attachment point @param texture The texture to attach

  1. void attach(AttachmentPoint point, Texture texture)
    class FrameBuffer
    abstract
    void
    attach
  2. void attach(AttachmentPoint point, RenderBuffer buffer)

Meta