Everything was fine with glfw, but after installing glew, the error:
"GLchar" is undefined
appeared.
Код: Выделить всё
#include
#include
#include
int main(void)
{
GLFWwindow* window;
if (glewInit() != GLEW_OK)
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/77589845/glchar-is-undefined[/url]
Мобильная версия