forked from mirror/vulkan-zig
Merge pull request #21 from slimsag/patch-1
examples: do not call glfwSwapBuffers
This commit is contained in:
@@ -150,7 +150,6 @@ pub fn main() !void {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
c.glfwSwapBuffers(window);
|
|
||||||
c.glfwPollEvents();
|
c.glfwPollEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user