-
Notifications
You must be signed in to change notification settings - Fork 3
OpenGL Guide
squid233 edited this page Jan 27, 2025
·
3 revisions
The OpenGL module does not use static but instance methods to invoke functions. An instance is required to be constructed before the methods could be invoked.
To obtain such instance, simply use new
.
void main() {
var gl = new GL(GLFW::glfwGetProcAddress);
}
Copyright (c) 2022-2025 Overrun Organization. In case of any problems with this wiki, please search or create an issue.