projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0bbb34
)
main/mtypes: Remove the "set" parameter from gl_uniform_block
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 15 Apr 2016 01:23:59 +0000
(18:23 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 15 Apr 2016 01:27:09 +0000
(18:27 -0700)
This is a left-over from the early days of the Vulkan driver
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index eec057e0137ce28c1934e7af8c35fa6ca9223c3d..e4a3036437eb07a8b58d6a8ca84e9e10efffb0cf 100644
(file)
--- 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).