Takes care of the rendering to the texture and then rendering the texture to the screen.
void bind_fbs_and_textures()
void prepare_screen_quad_data()
std::array< unsigned int, num_of_textures > textures
void resize_fbs(const glm::vec2 &fb_size)
void bind_fb(const glm::vec2 &fb_size)
const std::array< float, 12 > screen_quad_data
std::array< unsigned int, num_of_textures > fbs
static constexpr size_t num_of_textures
size_t get_num_of_texts()