CC
GL_CHECK(glGenBuffers(1, &buf))
Size: a a a
CC
GL_CHECK(glGenBuffers(1, &buf))
CC
CC
CC
CC
CC
CC
CC
CC
CC
../main.cpp:21:9: error: macro names must be identifiers
21 | #define ); ); CGLE
| ^
CC
../main.cpp:21:9: error: macro names must be identifiers
21 | #define ); ); CGLE
| ^
CC
../main.cpp:21:9: error: macro names must be identifiers
21 | #define ); ); CGLE
| ^
CC
CC
CC
CC
float indices[] = {
0, 1, 2,
0, 2, 3
};
CC
CC
CC
EP