OSDN Git Service

meta: clear_state structure cleanup
[android-x86/external-mesa.git] / src / mesa / drivers / common / meta.h
index 21495ee..5b04755 100644 (file)
@@ -322,12 +322,7 @@ struct clear_state
    GLuint VAO;
    struct gl_buffer_object *buf_obj;
    GLuint ShaderProg;
-   GLint ColorLocation;
-   GLint LayerLocation;
-
    GLuint IntegerShaderProg;
-   GLint IntegerColorLocation;
-   GLint IntegerLayerLocation;
 };