6 #include "framebuffer.h" 7 #include "renderbuffer.h" 12 bool _can_present =
false;
15 void update(
int width,
int height,
int multisampling);
17 void present(
int target = 0);
20 int _width = -1, _height = -1;
34 Texture _transparent_texture_head;
37 Texture _transparent_texture_tail_color;
38 Texture _transparent_texture_tail_alpha;
41 Framebuffer _front_framebuffer, _present_framebuffer;