mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 10:40:11 +01:00
mesa: move a comma
This commit is contained in:
parent
2ee7fd8d58
commit
f0503726bf
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ typedef enum
|
|||
VERT_RESULT_BFC0 = 13,
|
||||
VERT_RESULT_BFC1 = 14,
|
||||
VERT_RESULT_EDGE = 15,
|
||||
VERT_RESULT_VAR0 = 16 /**< shader varying */,
|
||||
VERT_RESULT_VAR0 = 16, /**< shader varying */
|
||||
VERT_RESULT_MAX = (VERT_RESULT_VAR0 + MAX_VARYING)
|
||||
} gl_vert_result;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue