gallium: minor comments for util_format_channel_description fields

This commit is contained in:
Brian Paul
2011-09-12 17:04:11 -06:00
parent f626d99edf
commit 52b9ec727b
+2 -2
View File
@@ -119,9 +119,9 @@ enum util_format_colorspace {
struct util_format_channel_description
{
unsigned type:6;
unsigned type:6; /**< UTIL_FORMAT_TYPE_x */
unsigned normalized:1;
unsigned size:9;
unsigned size:9; /**< bits per channel */
};