gallium/stapi: fix comment for st_visual::buffer_mask
authorBrian Paul <brianp@vmware.com>
Mon, 24 Oct 2016 22:52:35 +0000 (15:52 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 25 Oct 2016 00:22:00 +0000 (17:22 -0700)
Trivial.

src/gallium/include/state_tracker/st_api.h

index 06abfc5..a2e37d2 100644 (file)
@@ -213,7 +213,7 @@ struct st_egl_image
 struct st_visual
 {
    /**
-    * Available buffers.  Tested with ST_FRAMEBUFFER_*_MASK.
+    * Available buffers.  Bitfield of ST_ATTACHMENT_*_MASK bits.
     */
    unsigned buffer_mask;