aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/osg/usage
blob: 7b7388febe63370347a2166655c17a857158b973 (plain)
1
2
3
4
5
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)