We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好!从作业中收获匪浅!在配第 9 个作业的环境时碰到了问题,随后解决了,描述如下。 问题:在编译后的文件 "./bin/HW9_UEditord.exe" 在运行后为白框,无任何反应,编译无报错。
解决方案:在 ./_deps/uengine-src/core/Engine.cpp 文件中的 Engine::Init 函数的 window 的初始化调整到 glfwWindowHint 之前,即把第 55 行调整到 第 37 行前的位置。
./_deps/uengine-src/core/Engine.cpp
Engine::Init
window
glfwWindowHint
(呜呜呜 终于配好环境了)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好!从作业中收获匪浅!在配第 9 个作业的环境时碰到了问题,随后解决了,描述如下。
问题:在编译后的文件 "./bin/HW9_UEditord.exe" 在运行后为白框,无任何反应,编译无报错。
解决方案:在
./_deps/uengine-src/core/Engine.cpp
文件中的Engine::Init
函数的window
的初始化调整到glfwWindowHint
之前,即把第 55 行调整到 第 37 行前的位置。(呜呜呜 终于配好环境了)
The text was updated successfully, but these errors were encountered: