Вот мой код до сих пор: < /p>
Код: Выделить всё
#include
#include
#include
int main(int argc, char** argv){
glfwInit();
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3);
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3);
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
GLFWwindow* window = glfwCreateWindow(1280, 750, "renderer", nullptr, nullptr);
if(window == nullptr){
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79385877/glfw-no-xkbcommon-locale[/url]
Мобильная версия