remove GPU_legacy_support query

In the move to OpenGL 3.3 core profile, we drop support for compatibility profile and older versions.

OpenSubdiv was the only user; I'll update OSD next.
This commit is contained in:
2017-05-18 16:58:33 -04:00
parent 414c1c0e77
commit 51278bab5d
3 changed files with 1 additions and 45 deletions

View File

@@ -38,7 +38,6 @@ extern "C" {
/* GPU extensions support */
bool GPU_legacy_support(void);
bool GPU_full_non_power_of_two_support(void);
bool GPU_bicubic_bump_support(void);