OpenGL: Difference between revisions

m
→‎{{header|Raku}}: Work around bug.
(add FreeBASIC)
m (→‎{{header|Raku}}: Work around bug.)
Line 2,397:
sub glfwTerminate() is native($lib) {*}
sub glfwMakeContextCurrent(Window) is native($lib) {*}
# sub glfwSetWindowShouldClose(Window, int32(Bool)) is native($lib) {*}
sub glfwWindowShouldClose(Window --> int32) is native($lib) {*}
sub glfwSwapBuffers(Window) is native($lib) {*}
10,333

edits