main/mtypes: Remove the "set" parameter from gl_uniform_block
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 15 Apr 2016 01:23:59 +0000 (18:23 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 15 Apr 2016 01:27:09 +0000 (18:27 -0700)
This is a left-over from the early days of the Vulkan driver

src/mesa/main/mtypes.h

index eec057e..e4a3036 100644 (file)
@@ -2495,11 +2495,6 @@ 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).
     */