MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / initWindow

Method initWindow

src/Renderer/vkRenderer.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void vkRenderer::initWindow() {
69 glfwInit();
70
71 glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API);
72
73 window = glfwCreateWindow(WIDTH, HEIGHT, "vkNFS3", nullptr, nullptr);
74}
75
76void vkRenderer::initVulkan() {
77 createInstance();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected