Texture Merging

I can concatenate multiple pieces of canvasTexture into one texture using the three.js api. Is there an api to concatenate multiple pieces of frameBufferTexture into one texture? I need this now to do that

You can use WebGLRenderTarget to render different textures on it, blending them together or creating a bigger texture or atlas.