Mesa (vulkan): main/mtypes: Remove the "set" parameter from gl_uniform_block

Jason Ekstrand jekstrand at kemper.freedesktop.org
Fri Apr 15 01:27:58 UTC 2016


Module: Mesa
Branch: vulkan
Commit: 547032c56ab032f51781b8fb5808e911a18cc87e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=547032c56ab032f51781b8fb5808e911a18cc87e

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Thu Apr 14 18:23:59 2016 -0700

main/mtypes: Remove the "set" parameter from gl_uniform_block

This is a left-over from the early days of the Vulkan driver

---

 src/mesa/main/mtypes.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index eec057e..e4a3036 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -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).
     */




More information about the mesa-commit mailing list