mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
Adding EglContext / CglContext / GlxContext (#7060)
Adding the Egl/Cgl/Clx Context plugin to manage crossplatform OpenGL context (MacOs / Linux)
This commit is contained in:
parent
8e747d659c
commit
88fa3bdfd5
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user