PixarAnimationStudios / OpenSubdiv

An Open-Source subdivision surface library.
graphics.pixar.com/opensubdiv
Other
2.88k stars 558 forks source link

Further simplification of OpenGL import targets #1312

Closed davidgyu closed 1 year ago

davidgyu commented 1 year ago

The internal GL API Loader implementation is self contained and does not require the system OpenGL implementation at build time, so we don't need the OpenGL::GL import target for this case.

An earlier change added the OpenGL::GL import target for legacy uses of GLEW and it remains correct there.

Fixes #1277

davidgyu commented 1 year ago

Reviewed internally along with additional testing.