simple-egl: Remove old obsolete fbo and color_rbo fields
Finally a commit that actually makes simple-egl simpler.
This commit is contained in:
@@ -68,11 +68,7 @@ struct window {
|
|||||||
struct display *display;
|
struct display *display;
|
||||||
struct geometry geometry, window_size;
|
struct geometry geometry, window_size;
|
||||||
struct {
|
struct {
|
||||||
GLuint fbo;
|
|
||||||
GLuint color_rbo;
|
|
||||||
|
|
||||||
GLuint rotation_uniform;
|
GLuint rotation_uniform;
|
||||||
|
|
||||||
GLuint pos;
|
GLuint pos;
|
||||||
GLuint col;
|
GLuint col;
|
||||||
} gl;
|
} gl;
|
||||||
|
|||||||
Reference in New Issue
Block a user