glsl: Document glsl_type::sampler_dimensionality
This commit is contained in:
parent
098f9c5325
commit
dedc81e1dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue