From: Jason Ekstrand Date: Fri, 15 Apr 2016 01:23:59 +0000 (-0700) Subject: main/mtypes: Remove the "set" parameter from gl_uniform_block X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=547032c56ab032f51781b8fb5808e911a18cc87e;p=mesa.git main/mtypes: Remove the "set" parameter from gl_uniform_block This is a left-over from the early days of the Vulkan driver --- 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 @@ -2494,11 +2494,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).