Skip to content

Commit

Permalink
Adding EglContext / CglContext / GlxContext (#7060)
Browse files Browse the repository at this point in the history
Adding the Egl/Cgl/Clx Context plugin to manage crossplatform OpenGL context (MacOs / Linux)
  • Loading branch information
sbr-dev authored and ras0219-msft committed Jun 30, 2019
1 parent 8e747d6 commit 88fa3bd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ports/magnum/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,18 @@ Feature: windowlesswglapplication
Description: WindowlessWglApplication library
Build-Depends: magnum[gl]

Feature: eglcontext
Description: EglContext library
Build-Depends: magnum[gl]

Feature: cglcontext
Description: CglContext library
Build-Depends: magnum[gl]

Feature: glxcontext
Description: GlxContext library
Build-Depends: magnum[gl]

Feature: wglcontext
Description: WglContext library
Build-Depends: magnum[gl]

0 comments on commit 88fa3bd

Please sign in to comment.