egl: Log (debug) native platform type
[mesa.git] / src / mesa / program / prog_uniform.h
index 7988d534a7d07b5217c4082feb159c380b520ea4..67f78006eac31a762c529c1d46b9e656af291a97 100644 (file)
@@ -51,10 +51,7 @@ struct gl_uniform
    GLint FragPos;
    GLint GeomPos;
    GLboolean Initialized;   /**< For debug.  Has this uniform been set? */
-#if 0
-   GLenum DataType;         /**< GL_FLOAT, GL_FLOAT_VEC2, etc */
-   GLuint Size;             /**< Number of components (1..4) */
-#endif
+   const struct glsl_type *Type;
 };