Initializes the framebuffer object.
Initializes the framebuffer object.
1 number width
the width of the framebuffer.
2 number height
the height of the framebuffer.
3 number priority
the priority for rendering the framebuffer in the priorityRenderer.
4 string format
the format of the framebuffer. Refer to love2d documentation for this.
5 bool skipAdd
whether the addition of this framebuffer object to the priorityRenderer should be skipped.