mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
gallium: remove trailing comma to silence warning
This commit is contained in:
parent
8b06b0d19d
commit
977e269c3e
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ enum pipe_cap {
|
|||
PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE = 48,
|
||||
PIPE_CAP_SCALED_RESOLVE = 49,
|
||||
PIPE_CAP_MIN_TEXEL_OFFSET = 50,
|
||||
PIPE_CAP_MAX_TEXEL_OFFSET = 51,
|
||||
PIPE_CAP_MAX_TEXEL_OFFSET = 51
|
||||
};
|
||||
|
||||
/* Shader caps not specific to any single stage */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue