diff options
author | Brian Paul <[email protected]> | 2010-09-03 14:39:43 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-09-03 15:22:26 -0600 |
commit | 8680c1324097ec3df51e8bf6f25a3347df6f798c (patch) | |
tree | 6a35c23a4bb709d26ce4a05a045142394fad8083 | |
parent | d500ad440503c79656f5610051dcb0ff76bafc58 (diff) |
mesa: fix up a comment
-rw-r--r-- | src/mesa/main/mtypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index d44eff69cce..40f12eb20dd 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2585,7 +2585,8 @@ struct gl_constants GLuint MaxVarying; /**< Number of float[4] varying parameters */ - GLbitfield SupportedBumpUnits; /**> units supporting GL_ATI_envmap_bumpmap as targets */ + /** Which texture units support GL_ATI_envmap_bumpmap as targets */ + GLbitfield SupportedBumpUnits; /** * Maximum amount of time, measured in nanseconds, that the server can wait. |