mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:19:07 +08:00
bb584d35bb
* Updated osg port to be able to set the OPENGL_PROFILE setting via a triplet variable. * Format osg/ports/vcpkg.json * Added osg port version 12
5 lines
227 B
Plaintext
5 lines
227 B
Plaintext
The package osg can be configured to use different OpenGL profiles via a custom triplet file.
|
|
Possible values are GLCORE, GL2, GL3, GLES1, GLES2, GLES3 and GLES2+GLES3.
|
|
The default value is GL3.
|
|
set(osg_OPENGL_PROFILE GL2)
|