mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
Add QFGL_WANT, and ability to handle non-required extensions.
This commit is contained in:
parent
9abe3b29e0
commit
0e6681a069
8 changed files with 54 additions and 8 deletions
|
@ -36,6 +36,7 @@ extern struct cvar_s *gl_sky_clip;
|
|||
extern struct cvar_s *gl_sky_debug;
|
||||
extern struct cvar_s *gl_sky_divide;
|
||||
extern struct cvar_s *gl_sky_multipass;
|
||||
extern struct cvar_s *gl_tessellate;
|
||||
extern struct cvar_s *gl_texsort;
|
||||
extern struct cvar_s *gl_triplebuffer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue