Add a note about vendor-specific extensions not being supported

This commit is contained in:
baldurk
2014-12-20 15:13:24 +00:00
parent 3be08dbb71
commit 3dd6d7d296
+3
View File
@@ -535,6 +535,9 @@ WrappedOpenGL::WrappedOpenGL(const char *logfile, const GLHookSet &funcs)
Extensions I never plan to support due to only referring to old/outdated functionality listed below.
Vendor specific extensions aren't listed here. Only very important/commonly used vendor extensions
will be supported, generally I'll stick to ARB, EXT and KHR.
I'm not sure what to do about GL_ARB_imaging, it seems like it's somewhat used in modern GL? For now
I'm hoping I can get away with not reporting it but implementing the functionality it still describes.