mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 15:16:16 +00:00
Rename last references of NXT to Dawn
This commit is contained in:
committed by
Corentin Wallez
parent
9fc65344f4
commit
6ed9cbf894
@@ -77,7 +77,7 @@ dawn::Device CreateCppDawnDevice() {
|
||||
}
|
||||
|
||||
binding->SetupGLFWWindowHints();
|
||||
window = glfwCreateWindow(640, 480, "NXT window", nullptr, nullptr);
|
||||
window = glfwCreateWindow(640, 480, "Dawn window", nullptr, nullptr);
|
||||
if (!window) {
|
||||
return dawn::Device();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user