FrameBuffer.attach

Attaches the render buffer to the attachment point

@param point The attachment point @param buffer The render buffer

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

Meta