diff options
author | Jason Ekstrand <[email protected]> | 2016-04-14 18:23:59 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-04-14 18:27:09 -0700 |
commit | 547032c56ab032f51781b8fb5808e911a18cc87e (patch) | |
tree | 8c27546fec8939541a6c62bdee9685172acd5e3b | |
parent | f0bbb34e4962f328df3d1d1f7cd08ceb237ab7a8 (diff) |
main/mtypes: Remove the "set" parameter from gl_uniform_block
This is a left-over from the early days of the Vulkan driver
-rw-r--r-- | src/mesa/main/mtypes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index eec057e0137..e4a3036437e 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). */ |