Merge remote-tracking branch 'public/master' into vulkan
[mesa.git] / src / mesa / main / mtypes.h
index 36c6e201aae35b2c55c4078e114ee9f72573c87c..6c09948af04530f2c824124733f9928b8b8063ef 100644 (file)
@@ -2494,6 +2494,11 @@ struct gl_uniform_block
     */
    GLuint Binding;
 
+   /**
+    * Vulkan descriptor set qualifier for this block.
+    */
+   GLuint Set;
+
    /**
     * Minimum size (in bytes) of a buffer object to back this uniform buffer
     * (GL_UNIFORM_BLOCK_DATA_SIZE).