mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-03-10 03:10:34 +01:00
gl: Fix comment syntax
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
bfc243ca52
commit
f613e07172
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ typedef enum cairo_gl_flavor {
|
|||
CAIRO_GL_FLAVOR_ES2 = 2
|
||||
} cairo_gl_flavor_t;
|
||||
|
||||
/* Indices for vertex attributes used by BindAttribLocation etc */
|
||||
/* Indices for vertex attributes used by BindAttribLocation, etc. */
|
||||
enum {
|
||||
CAIRO_GL_VERTEX_ATTRIB_INDEX = 0,
|
||||
CAIRO_GL_COLOR_ATTRIB_INDEX = 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue