Skip to content

Commit

Permalink
fixup! Deprecate our own backends in favour of the official backends
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jun 12, 2024
1 parent 678cc57 commit 864abcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/demo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import GLFW
import ModernGL as GL
using Printf

GLFW.Init()

@static if Sys.isapple()
# OpenGL 3.2 + GLSL 150
const glsl_version = 150
Expand Down Expand Up @@ -141,4 +143,5 @@ finally
lib.ImGui_ImplGlfw_Shutdown()
CImGui.DestroyContext(ctx)
GLFW.DestroyWindow(window)
GLFW.Terminate()
end

0 comments on commit 864abcb

Please sign in to comment.