Blender Git Commit Log
Git Commits -> Revision b787341
Revision b787341 by Mike Erwin (master) December 8, 2015, 07:14 (GMT) |
OpenGL: use extension form of FBOs FBOs are a GL 3.0 feature but enjoy nearly universal support via extensions. The newer ARB extension brings these features to GL 2.1 without needing an ARB suffix. The older EXT extensions *do* use a suffix. Since we don?t know which is used until runtime, I added the suffix to all functions & enums. Also updated the check to look for the FBO feature set instead of the specific EXT extension. |
Commit Details:
Full Hash: b787341b0971e9b1ad642ac2143d38a82f61c19f
Parent Commit: 6006173
Lines Changed: +15, -14
1 Modified Path:
/source/blender/gpu/intern/gpu_extensions.c (+15, -14) (Diff)