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-Tag: upstream/17.1.0~11012^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=547032c56ab032f51781b8fb5808e911a18cc87e;p=platform%2Fupstream%2Fmesa.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 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). */