We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2846a4c commit f967ee0Copy full SHA for f967ee0
1 file changed
ltw/src/main/tinywrapper/main.c
@@ -307,7 +307,7 @@ const GLubyte* glGetString(GLenum name) {
307
if(!current_context) return NULL;
308
switch(name) {
309
case GL_VERSION:
310
- return (const GLubyte*)"3.0 OpenLTW ("__DATE__"/"__TIME__")";
+ return (const GLubyte*)"3.0 OpenLTW (Built on: "__DATE__"/"__TIME__")";
311
case GL_SHADING_LANGUAGE_VERSION:
312
return (const GLubyte*)"4.60 LTW";
313
case GL_VENDOR:
0 commit comments