projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
098f9c5
)
glsl: Document glsl_type::sampler_dimensionality
author
Chad Versace
<chad@chad-versace.us>
Thu, 3 Mar 2011 22:07:42 +0000
(14:07 -0800)
committer
Chad Versace
<chad@chad-versace.us>
Sun, 13 Mar 2011 01:39:48 +0000
(17:39 -0800)
src/glsl/glsl_types.h
patch
|
blob
|
history
diff --git
a/src/glsl/glsl_types.h
b/src/glsl/glsl_types.h
index 3c2672c01a008f49fdccba66dc2b0517864e7036..1b069df74fe84eab0e8fe0dd3c391fb15b39fbfc 100644
(file)
--- a/
src/glsl/glsl_types.h
+++ b/
src/glsl/glsl_types.h
@@
-70,7
+70,7
@@
struct glsl_type {
GLenum gl_type;
glsl_base_type base_type;
- unsigned sampler_dimensionality:3;
+ unsigned sampler_dimensionality:3;
/**< \see glsl_sampler_dim */
unsigned sampler_shadow:1;
unsigned sampler_array:1;
unsigned sampler_type:2; /**< Type of data returned using this sampler.