From 547032c56ab032f51781b8fb5808e911a18cc87e Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Thu, 14 Apr 2016 18:23:59 -0700 Subject: [PATCH] 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 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). -- 2.30.2