Implement crude handling of missing OpenGL extensions
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Wed, 25 May 2011 20:04:13 +0000 (20:04 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Wed, 25 May 2011 20:04:13 +0000 (20:04 +0000)
commit771e2486c0e9e842450fab4d08d91b5bc788aad9
tree8a799a1aea4d64e69bb96564912d9638d2e7b812
parent814759c635600d630a1ffdf5090884e74febadf7
Implement crude handling of missing OpenGL extensions

That is, give up completely if any of the extensions are missing. This
is braindead (since only one of the extensions is truly mandatory),
but infinitely better than crashing due to attempts to call a NULL
function pointer.

git-svn-id: https://s.snth.net/svn/neverball/branches/gles@3586 78b8d119-cf0a-0410-b17c-f493084dd1d7
share/glext.c
share/glext.h
share/video.c