internal FrameBufferAttachment(FrameBuffer frameBuffer, FramebufferAttachment attachment) { this.frameBuffer = frameBuffer; this.attachment = attachment; }
public FrameBufferBinding(FrameBuffer buffer) { this.buffer = buffer; bound = buffer.GLBind(); }