mesa: add PackedDriverUniformStorage const
[mesa.git] / src / mesa / main / mtypes.h
index 5ee27d9977f021229a841f88287f760a85b5d448..08db8062ec8e628ea244f618bd5d9b0a4c74f69e 100644 (file)
@@ -4132,6 +4132,9 @@ struct gl_constants
 
    /** GL_ARB_get_program_binary */
    GLuint NumProgramBinaryFormats;
+
+   /** Is the drivers uniform storage packed or padded to 16 bytes. */
+   bool PackedDriverUniformStorage;
 };