mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 15:30:41 +00:00
Actually generate a working string for glewGetExtension()
I don't know how to 'C' apparently.
This commit is contained in:
parent
08622e9601
commit
320718327f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#include "GL/glew.h"
|
||||
|
||||
// Slower but reliably detects extensions
|
||||
#define gglHasExtension(EXTENSION) glewGetExtension("GL_##EXTENSION")
|
||||
#define gglHasExtension(EXTENSION) glewGetExtension("GL_" # EXTENSION)
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue