diff options
| author | StephaneBPRO <brard.stephane@gmail.com> | 2019-06-30 11:47:37 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-06-30 02:47:37 -0700 |
| commit | 88fa3bdfd5b4f4476e7a2a9a8c94809e85c52401 (patch) | |
| tree | 128a42a2fee7effc01eb9beccc3fec90b61d6666 | |
| parent | 8e747d659c40775ce2a5a2e5d0230e4fd659ef57 (diff) | |
| download | vcpkg-88fa3bdfd5b4f4476e7a2a9a8c94809e85c52401.tar.gz vcpkg-88fa3bdfd5b4f4476e7a2a9a8c94809e85c52401.zip | |
Adding EglContext / CglContext / GlxContext (#7060)
Adding the Egl/Cgl/Clx Context plugin to manage crossplatform OpenGL context (MacOs / Linux)
| -rw-r--r-- | ports/magnum/CONTROL | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/magnum/CONTROL b/ports/magnum/CONTROL index 89bcff28e..44acd700e 100644 --- a/ports/magnum/CONTROL +++ b/ports/magnum/CONTROL @@ -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] |
