mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
gallium/stapi: fix comment for st_visual::buffer_mask
Trivial.
This commit is contained in:
parent
59385da39d
commit
76c3f1bbbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue