simple-egl: Remove old obsolete fbo and color_rbo fields
Finally a commit that actually makes simple-egl simpler.
This commit is contained in:
parent
3a8d3f2e98
commit
bc2312c7c6
@ -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…
x
Reference in New Issue
Block a user