simple-egl: Remove old obsolete fbo and color_rbo fields

Finally a commit that actually makes simple-egl simpler.
Kristian Høgsberg 12 years ago
parent 3a8d3f2e98
commit bc2312c7c6
  1. 4
      clients/simple-egl.c

@ -68,11 +68,7 @@ struct window {
struct display *display;
struct geometry geometry, window_size;
struct {
GLuint fbo;
GLuint color_rbo;
GLuint rotation_uniform;
GLuint pos;
GLuint col;
} gl;

Loading…
Cancel
Save