gallium/stapi: fix comment for st_visual::buffer_mask

Trivial.
This commit is contained in:
Brian Paul
2016-10-24 15:52:35 -07:00
parent 59385da39d
commit 76c3f1bbbe

View 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;