DYT/Tool/OpenSceneGraph-3.6.5/share/osg/usage
2024-12-25 07:49:36 +08:00

6 lines
312 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)