vk/image: Check extent does not exceed surface type limits
[mesa.git] / src / glsl / ir_uniform.h
index 21b5d05c11a03c5d7882552fbda462bb4c6b5415..e1b80147788f32d98bce78df9a0a38c8616deff8 100644 (file)
@@ -181,6 +181,11 @@ struct gl_uniform_storage {
     * via the API.
     */
    bool hidden;
+
+   /**
+    * This is a built-in uniform that should not be modified through any gl API.
+    */
+   bool builtin;
 };
 
 #ifdef __cplusplus