mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
357604e844
* [osg] Change OPENGL_PROFILE to GL2 * x-add-version * resolve conflicts * Update usage * update version * Update osg.json
6 lines
317 B
Plaintext
6 lines
317 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 GL2. If you want use other profiles, please add the following
|
|
code to a custom triplet file.
|
|
set(osg_OPENGL_PROFILE GL3)
|